Commit efe4fffb authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm: add print about epm print info when epm run without args

parent 3e029446
......@@ -481,7 +481,9 @@ if [ -z "$epm_cmd" ] ; then
echo
fatstr="Unknown command in $* arg(s)"
[ -n "$*" ] || fatstr="That program needs be running with some command"
fatal "$fatstr. Run $ $PROGNAME --help to get help."
echo "Run $ $PROGNAME --help to get help." >&2
echo "Run $ epm print info to get some system and distro info." >&2
fatal "$fatstr."
fi
# Use eatmydata for write specific operations
......
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