Switched error message away from stderr, only pacifier remains on stderr

This commit is contained in:
Thomas Schmitt 2011-07-17 17:23:36 +00:00
parent d0b0684b47
commit 1ef2ca5f2b
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ done
############################################# #############################################
if test "$next_is" = x if test "$next_is" = x
then then
echo >&2 echo
echo "Option -x expects an argument (the path to the xorriso program)" >&2 echo "Option -x expects an argument (the path to the xorriso program)"
exit 31 exit 31
fi fi