Просмотр исходного кода

Improve prunefiles help dialog

Bryan Roessler 3 лет назад
Родитель
Сommit
e43d4a8a0c
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      prunefiles

+ 3 - 3
prunefiles

@@ -14,11 +14,11 @@ prunefiles () {
 		    pruneFiles -k 3 thisfileprefix [thatfileprefix]
 
 		OPTIONS
-		    -k|--keep NUMBER
+		    -k, --keep NUMBER
 		        Keep NUMBER of latest files that matches each file prefix (Default: 1)
-		    -h|--help
+		    -h, --help
 		        Print this help dialog and exit
-EOF
+	EOF
 
     # Exit using passed exit code
     [[ -z $1 ]] && exit 0 || exit "$1"