From 7ac64aa52f0eec8ed8f6c467214d989346b12d5c Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Wed, 21 Apr 2021 21:47:55 -0700 Subject: [PATCH] Sort the flags in the manual output --- cmd/git-sync/main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/git-sync/main.go b/cmd/git-sync/main.go index 26d35b236..dbb9e7434 100644 --- a/cmd/git-sync/main.go +++ b/cmd/git-sync/main.go @@ -1517,16 +1517,16 @@ OPTIONS Use a git cookiefile (/etc/git-secret/cookie_file) for authentication. + --depth , $GIT_SYNC_DEPTH + Create a shallow clone with history truncated to the specified + number of commits. + --error-file, $GIT_SYNC_ERROR_FILE 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 with a period. (default: "", which means error reporting will be disabled) - --depth , $GIT_SYNC_DEPTH - Create a shallow clone with history truncated to the specified - number of commits. - --git , $GIT_SYNC_GIT The git command to run (subject to PATH search, mostly for testing). (default: git)