diff options
| author | Quentin Carbonneaux | 2021-11-18 14:22:13 +0100 |
|---|---|---|
| committer | Quentin Carbonneaux | 2021-11-18 14:22:13 +0100 |
| commit | eb40fd29285c8a163fdf76e3e16beb93bc1be6e3 (patch) | |
| tree | d6570d28da599a4ccde27e62f85a927106e0842a | |
| parent | 6f0be3654cab0d3e7b498a3adf36b06b68d22dc3 (diff) | |
[mx] doc update
| -rw-r--r-- | memex/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/memex/main.go b/memex/main.go index 4a9c385..61e58fe 100644 --- a/memex/main.go +++ b/memex/main.go @@ -1053,7 +1053,7 @@ var docs = map[string][]UsageAlt{ -r starting revision, default is .`, }}, "walk": {{ - "[-Rv] [-r REV] [PATH ...]", + "[-R] [-v] [-r REV] [PATH ...]", `Dumps the archive contents at the given revision and paths; if the path list is empty, it is taken to be / @@ -1063,7 +1063,7 @@ var docs = map[string][]UsageAlt{ -v verbose output`, }}, "diff": {{ - "[-Rs] [-a REVA] [-b REVB]", + "[-R] [-s] [-a REVA] [-b REVB]", `Diffs revision '-a' against revision '-b'; if '-b' is missing, the file system is compared; if '-a' is missing REVB^ is used; |
