unimportant

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