Sort the flags in the manual output

This commit is contained in:
Tim Hockin 2021-04-21 21:47:55 -07:00
parent 79498367fc
commit a8a7ffb5a2
1 changed files with 4 additions and 4 deletions

View File

@ -1517,16 +1517,16 @@ OPTIONS
Use a git cookiefile (/etc/git-secret/cookie_file) for Use a git cookiefile (/etc/git-secret/cookie_file) for
authentication. authentication.
--depth <int>, $GIT_SYNC_DEPTH
Create a shallow clone with history truncated to the specified
number of commits.
--error-file, $GIT_SYNC_ERROR_FILE --error-file, $GIT_SYNC_ERROR_FILE
The name of a file (under --root) into which errors will be The name of a file (under --root) into which errors will be
written. This must be a filename, not a path, and may not start written. This must be a filename, not a path, and may not start
with a period. (default: "", which means error reporting will be with a period. (default: "", which means error reporting will be
disabled) disabled)
--depth <int>, $GIT_SYNC_DEPTH
Create a shallow clone with history truncated to the specified
number of commits.
--git <string>, $GIT_SYNC_GIT --git <string>, $GIT_SYNC_GIT
The git command to run (subject to PATH search, mostly for testing). The git command to run (subject to PATH search, mostly for testing).
(default: git) (default: git)