aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-09-14 22:42:52 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-09-14 22:42:52 +0200
commitb013e5fb87580e4cab0d85a0d2c8bb402c610413 (patch)
tree84aefe0c6c3b91f6bbc51a329c143b9ef60f9de4 /cmd
parent9e65644f473d75ceb7e3ef67302189eeaba0f922 (diff)
downloadkrino-b013e5fb87580e4cab0d85a0d2c8bb402c610413.tar.gz
krino-b013e5fb87580e4cab0d85a0d2c8bb402c610413.zip
plan 10: docs (-n, README version and scope, trash identity, --json U+FFFD, limitations, changelog)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/krino/main.go2
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