r168@frost: data | 2005-09-19 10:27:33 +0300
authordata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Tue, 27 Sep 2005 07:41:31 +0000 (07:41 +0000)
committerdata <data@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Tue, 27 Sep 2005 07:41:31 +0000 (07:41 +0000)
 Small wording change.

git-svn-id: http://abcde.googlecode.com/svn/trunk@127 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde

diff --git a/abcde b/abcde
index 7252406..d03e009 100755 (executable)
--- 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