소스 검색

Improve formatting

Bryan Roessler 3 년 전
부모
커밋
941962a936
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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