diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-22 16:23:07 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-06-22 16:23:07 +0200 |
commit | d466dcc80e77463fa035fc85ced0c253e38cbac2 (patch) | |
tree | df8e20418fc6529e9639b0f38a205adfded16072 /bin/common/gt | |
parent | 10e12bbe481af7974739060f51210f7948fc1df9 (diff) | |
parent | fcc378109f2c9d3f80a6213646d7c170dd93100d (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'bin/common/gt')
-rwxr-xr-x | bin/common/gt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/common/gt b/bin/common/gt index c679b23..ceb58a8 100755 --- a/bin/common/gt +++ b/bin/common/gt @@ -15,10 +15,10 @@ help() { usage: gt [OPTION] -a PATH add repo -s update and show status of each repo --c COMMAND run 'git COMMAND' in each repo +-c COMMAND run 'git COMMAND' in each repo -h show this help -l list repos --e edit repos in $EDITOR +-e edit repos in \$EDITOR EOF } |