aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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() {