Skip to content

Commit a8a7ffb

Browse files
committed
Sort the flags in the manual output
1 parent 7949836 commit a8a7ffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/git-sync/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,16 +1517,16 @@ OPTIONS
15171517
Use a git cookiefile (/etc/git-secret/cookie_file) for
15181518
authentication.
15191519
1520+
--depth <int>, $GIT_SYNC_DEPTH
1521+
Create a shallow clone with history truncated to the specified
1522+
number of commits.
1523+
15201524
--error-file, $GIT_SYNC_ERROR_FILE
15211525
The name of a file (under --root) into which errors will be
15221526
written. This must be a filename, not a path, and may not start
15231527
with a period. (default: "", which means error reporting will be
15241528
disabled)
15251529
1526-
--depth <int>, $GIT_SYNC_DEPTH
1527-
Create a shallow clone with history truncated to the specified
1528-
number of commits.
1529-
15301530
--git <string>, $GIT_SYNC_GIT
15311531
The git command to run (subject to PATH search, mostly for testing).
15321532
(default: git)

0 commit comments

Comments
 (0)