aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-22 00:41:30 -0500
committerflu0r1ne <flu0r1ne@flu0r1ne.net>2021-07-22 00:41:30 -0500
commitaf8f52e2e4c879935656dd93c2fb564c6e2ce515 (patch)
tree81498b5f6d84d69fd6a9d83e413b95e1dce7b6c4 /main.go
parentfb8aee6c5147b8751a3920f613934d90b79ef4c5 (diff)
downloadzsu-af8f52e2e4c879935656dd93c2fb564c6e2ce515.tar.xz
zsu-af8f52e2e4c879935656dd93c2fb564c6e2ce515.zip
Parse within subcommands
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 31a9640..42c9f16 100644
--- a/main.go
+++ b/main.go
@@ -12,9 +12,9 @@ func printUsage(w io.Writer) {
fmt.Fprintln(w, " help ")
fmt.Fprintln(w, " version ")
fmt.Fprintln(w, " list [-paths|-p] <reference> ")
- fmt.Fprintln(w, " diff [-walk|-w] <snap-ish>..<snap-ish> <reference> ")
+ fmt.Fprintln(w, " diff <snap-ish>..<snap-ish> <reference> ")
fmt.Fprintln(w, " cat <snap-ish> <reference> ")
- fmt.Fprintln(w, " overwrite [-backup|-b] <snap-ish> <reference> ")
+ fmt.Fprintln(w, " overwrite <snap-ish> <reference> ")
}
func dieUsage() {