Skip to content

Commit ba93239

Browse files
committed
Improve documentation
1 parent ea7de85 commit ba93239

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/hooks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ in
317317
};
318318
inPlace = mkOption {
319319
type = types.bool;
320-
description = "Format files in place (`-i`) instead of only checking formatting (`--check`).";
320+
description = "Format files in place (`--in-place`) instead of only checking formatting (`--check`).";
321321
default = false;
322322
};
323323
};

0 commit comments

Comments
 (0)