Commit 655ba484 authored by Vitaly Lipatov's avatar Vitaly Lipatov

estrlist: print out only to stderr if error

parent 8fbf9424
...@@ -291,7 +291,7 @@ help() ...@@ -291,7 +291,7 @@ help()
COMMAND="$1" COMMAND="$1"
if [ -z "$COMMAND" ] ; then if [ -z "$COMMAND" ] ; then
echo "Run with --help for get command description." echo "Run with --help for get command description." >&2
exit 1 exit 1
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment