diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-01 14:53:43 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-09-01 16:23:14 +0200 |
commit | 8523aecc138626f335eb614694eb01f88abb4deb (patch) | |
tree | ccb77ebc6434628a7438e3a712c2825d388e2b44 /share | |
parent | 10bdc10cfeae5539a0d0ad1d28506534e9d1ff8e (diff) | |
download | justbuild-8523aecc138626f335eb614694eb01f88abb4deb.tar.gz |
just-mr.1: Add missing gc subcommand in synopsis
...and use same ordering of subcommands throughout.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/just-mr.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/just-mr.1.md b/share/man/just-mr.1.md index 26429856..1ef324ac 100644 --- a/share/man/just-mr.1.md +++ b/share/man/just-mr.1.md @@ -14,7 +14,7 @@ SYNOPSIS **`just-mr`** \[*`OPTION`*\]... **`fetch`** \[**`--all`**\] \[**`--backup-to-remote`**] \[**`-o`** *`fetch-dir`*\] \[*`main-repo`*\] **`just-mr`** \[*`OPTION`*\]... **`update`** \[*`repo`*\]... **`just-mr`** \[*`OPTION`*\]... **`do`** \[*`JUST_ARG`*\]... -**`just-mr`** \[*`OPTION`*\]... {**`version`**|**`analyse`**|**`build`**|**`install`**|**`install-cas`**|**`describe`**|**`rebuild`**} \[*`JUST_ARG`*\]... +**`just-mr`** \[*`OPTION`*\]... {**`version`**|**`describe`**|**`analyse`**|**`build`**|**`install`**|**`install-cas`**|**`rebuild`**|**`gc`**} \[*`JUST_ARG`*\]... DESCRIPTION =========== |