Skip to content

Commit 1550b96

Browse files
committed
Add U option to optstring and make case consistent in options list
1 parent 9479ce4 commit 1550b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autorevision.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ usage: ./autorevision {-t output-type | -s symbol} [-o cache-file [-f] ] [-V]
1616
-s symbol = specify symbol output
1717
-o cache-file = specify cache file location
1818
-f = force the use of cache data
19-
-U = Check for untracked files in svn
19+
-U = check for untracked files in svn
2020
-V = emit version and exit
2121
-? = help message
2222
@@ -54,7 +54,7 @@ EOF
5454
# Config
5555
ARVERSION="&&ARVERSION&&"
5656
TARGETFILE="/dev/stdout"
57-
while getopts ":t:o:s:Vf" OPTION; do
57+
while getopts ":t:o:s:VfU" OPTION; do
5858
case "${OPTION}" in
5959
t)
6060
AFILETYPE="${OPTARG}"

0 commit comments

Comments
 (0)