Browse Source

Improve formatting

Bryan Roessler 2 years ago
parent
commit
941962a936
2 changed files with 2 additions and 2 deletions
  1. 1 1
      prunefiles
  2. 1 1
      random-word-pair

+ 1 - 1
prunefiles

@@ -25,7 +25,7 @@ EOF
 
     parseInput () {
 
-        if _input=$(getopt -o +k: -l keep: -- "$@"); then
+        if _input=$(getopt -o +hk: -l help,keep: -- "$@"); then
             eval set -- "$_input"
             while true; do
                 case "$1" in

+ 1 - 1
random-word-pair

@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-# This script will create a random word pair with an underscore
+# This script will create a random word pair with an underscore ex. turtle_ladder
 
 random_word_pair() {
     # Constants