diff options
Diffstat (limited to 'cmd/krino')
| -rw-r--r-- | cmd/krino/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/krino/main.go b/cmd/krino/main.go index c787cbf..973711e 100644 --- a/cmd/krino/main.go +++ b/cmd/krino/main.go @@ -46,7 +46,7 @@ const usage = `usage: krino [-y | -n] [-v] [--json] [-c FILE] [NAME...] Sort the files in the directories listed in krino.conf by their rules. -y apply without asking - -n dry run: show the plan, change nothing + -n dry run: show the plan, change no file -v also list unmatched, ignored and busy files --json with -n: print the plan as JSON -c FILE use FILE instead of ~/.config/krino/krino.conf |
