]> git.ipfire.org Git - thirdparty/git.git/commit
maintenance: fix synopsis in documentation
authorDerrick Stolee <derrickstolee@github.com>
Tue, 15 Mar 2022 17:41:44 +0000 (17:41 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Mar 2022 17:52:43 +0000 (10:52 -0700)
commitf4976ef739adb951b651d7d400758eddae6b194f
tree6071e7b486c2410fdebc6ca3ec1dbc06c90fe108
parentb896f729e240d250cf56899e6a0073f6aa469f5d
maintenance: fix synopsis in documentation

The synopsis for 'git maintenance' did not include the commands other
than the 'run' command. Update this to include the others. The 'start'
command is the only one of these that parses additional options, and
then only the --scheduler option.

Also move the 'register' command down after 'stop' and before
'unregister' for a logical grouping of the commands instead of an
alphabetical one. The diff makes it look as three other commands are
moved up.

Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-maintenance.txt