From: data Date: Tue, 27 Sep 2005 07:41:31 +0000 (+0000) Subject: r168@frost: data | 2005-09-19 10:27:33 +0300 X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/01904e3c37e03b45a536974545e85c5969965501 r168@frost: data | 2005-09-19 10:27:33 +0300 Small wording change. git-svn-id: http://abcde.googlecode.com/svn/trunk@127 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/abcde b/abcde index 7252406..d03e009 100755 --- a/abcde +++ b/abcde @@ -2854,8 +2854,8 @@ if [ "$USEPIPES" = "y" ]; then esac if [ ! -n "$( eval echo "\$$PIPERIPPERSVARCHECK" )" ] ; then echo "abcde error: no support for pipes with given ripper" >&2 - echo "read the USEPIPES file from the source tarball to help" >&2 - echo "on a Debian system, read /usr/share/doc/abcde/USEPIPES.gz" >&2 + echo "read the USEPIPES file from the source tarball to get help." >&2 + echo "On a Debian system, it is under /usr/share/doc/abcde/USEPIPES.gz" >&2 exit 1; fi if [ ! -n "$( eval echo "\$$PIPEENCODERSVARCHECK" )" ] ; then