unimportant

This commit is contained in:
Cosmin Apreutesei
2021-11-17 17:58:43 +02:00
parent 0d73eb8bc6
commit 4e8a33548d
+1 -1
View File
@@ -12,7 +12,7 @@ dry() { if [ "$DRY" ]; then [ "$VERBOSE" ] && say "$@"; else "$@"; fi; }
usage() {
say
say " multigit 4.3b - git wrapper for working with overlaid repos."
say " multigit 4.4b - git wrapper for working with overlaid repos."
say " Cosmin Apreutesei | public domain | https://github.com/capr/multigit"
say
say " USAGE: mgit [OPTIONS...] COMMAND ..."