diff options
-rwxr-xr-x | bash/moon-maker/mm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bash/moon-maker/mm b/bash/moon-maker/mm index b4bfb03..1d0763e 100755 --- a/bash/moon-maker/mm +++ b/bash/moon-maker/mm @@ -118,13 +118,7 @@ SHORT_RAND=${PRE_SHORT_RAND//\//_} help_text() { echo ' - Moon Maker - - ⋆⁺₊⋆ ☾⋆⁺₊⋆ - - mm, is a small program that lets you add orbiting moons to planet files. - - A planet file is one that you care about -- probably an actual file in your project. + A planet file is the one you care about -- probably an file in an actual project. Moon files orbit planets, they are disposable scratch spaces connected to planets. usage: ./mm @@ -180,6 +174,12 @@ fi cd "$(dirname "$0")" main() { + echo -e ' + Moon Maker + + ⋆。°✩ ☾ + + mm is a small program that lets you add orbiting moons to existing planets.' help_text "$@" } |