about summary refs log tree commit diff stats
path: root/bash/moon-maker
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2023-02-18 00:38:23 -0500
committerelioat <elioat@tilde.institute>2023-02-18 00:38:23 -0500
commit58f4d66590cdb6d5595fc65c95c12669131911a6 (patch)
tree2750437f84ddd87c01eb637c5f7b83acba1ff7a7 /bash/moon-maker
parent49bc70ebaff08d65340391d6b6675b60d6eca3c9 (diff)
downloadtour-58f4d66590cdb6d5595fc65c95c12669131911a6.tar.gz
*
Diffstat (limited to 'bash/moon-maker')
-rwxr-xr-xbash/moon-maker/mm14
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 "$@"
 }