Skip to content

Commit c3683fa

Browse files
committed
Improve documentation
1 parent 0f7681e commit c3683fa

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
@@ -304,7 +304,7 @@ in
304304
};
305305
inPlace = mkOption {
306306
type = types.bool;
307-
description = "Format files in place (`-i`) instead of only checking formatting (`--check`).";
307+
description = "Format files in place (`--in-place`) instead of only checking formatting (`--check`).";
308308
default = false;
309309
};
310310
};

0 commit comments

Comments
 (0)