We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9479ce4 commit 1550b96Copy full SHA for 1550b96
autorevision.sh
@@ -16,7 +16,7 @@ usage: ./autorevision {-t output-type | -s symbol} [-o cache-file [-f] ] [-V]
16
-s symbol = specify symbol output
17
-o cache-file = specify cache file location
18
-f = force the use of cache data
19
- -U = Check for untracked files in svn
+ -U = check for untracked files in svn
20
-V = emit version and exit
21
-? = help message
22
@@ -54,7 +54,7 @@ EOF
54
# Config
55
ARVERSION="&&ARVERSION&&"
56
TARGETFILE="/dev/stdout"
57
-while getopts ":t:o:s:Vf" OPTION; do
+while getopts ":t:o:s:VfU" OPTION; do
58
case "${OPTION}" in
59
t)
60
AFILETYPE="${OPTARG}"
0 commit comments