소스 검색

Improve prunefiles help dialog

Bryan Roessler 3 년 전
부모
커밋
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"