From 7459e2fca9e4c08542cd477203c2dd1bd12a610c Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Thu, 31 Oct 2024 13:53:02 +0100 Subject: [PATCH] Document help option in help output Courtesy of the Department of Redundancy Department --- mgitstatus | 1 + 1 file changed, 1 insertion(+) diff --git a/mgitstatus b/mgitstatus index 9d034fa..6046d5f 100755 --- a/mgitstatus +++ b/mgitstatus @@ -19,6 +19,7 @@ deep. -d, --depth=2 Scan this many directories deep -e Exclude repos that are 'ok' -f Do a 'git fetch' on each repo (slow for many repos) + -h, --help Show this help message --flatten Show only one status per line --no-depth Do not recurse into directories (incompatible with -d) --throttle SEC Wait SEC seconds between each 'git fetch' (-f option)