diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-07-24 16:30:43 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:12 -0600 |
commit | 797494b91e13c6faf35affe5bbacb1a3d3aa13fe (patch) | |
tree | 66406933958a986683a177316e2fcbc4c26289ca /src/rvs-core/lib/stdio.sh | |
parent | b2ff17c1c19c394b76b6f7ad019215361190d1c9 (diff) |
commit works fully for d and f filetypes!
Diffstat (limited to 'src/rvs-core/lib/stdio.sh')
-rw-r--r-- | src/rvs-core/lib/stdio.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rvs-core/lib/stdio.sh b/src/rvs-core/lib/stdio.sh index 57176e1..8facc79 100644 --- a/src/rvs-core/lib/stdio.sh +++ b/src/rvs-core/lib/stdio.sh @@ -32,7 +32,7 @@ error() { cat << __error__ >> /dev/stderr Usage: $name $usage -Try \`$name --help' for more options. +Try \`$name --help\' for more options. __error__ exit 1 } |