From 90b76fbebc23a3f2c46f4f1d94c409dfc62ad8aa Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Thu, 13 Jun 2024 14:38:58 -0700 Subject: [PATCH] Add -? to manual --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f67c785f..01e6c45c6 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ OPTIONS useful in cases where data produced by git-sync is used by a different UID. This replaces the older --change-permissions flag. - -h, --help + -?, -h, --help Print help text and exit. --http-bind , $GITSYNC_HTTP_BIND diff --git a/main.go b/main.go index 99d8500d6..b253c403e 100644 --- a/main.go +++ b/main.go @@ -2283,7 +2283,7 @@ OPTIONS useful in cases where data produced by git-sync is used by a different UID. This replaces the older --change-permissions flag. - -h, --help + -?, -h, --help Print help text and exit. --http-bind , $GITSYNC_HTTP_BIND