Browse Source

Fix up help message

Alois Mahdal 10 years ago
parent
commit
f3d3f001a1
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      bin/saturnin.skel

+ 2
- 1
bin/saturnin.skel View File

28
 }
28
 }
29
 
29
 
30
 print_help() {
30
 print_help() {
31
-    echo "valid commands:"
31
+    echo ""
32
+    echo "valid sub-commands:"
32
     echo ""
33
     echo ""
33
     ls "$SATURNIN_LIBEXEC" \
34
     ls "$SATURNIN_LIBEXEC" \
34
       | sed -e 's/saturnin-/    /'
35
       | sed -e 's/saturnin-/    /'