Commit 3fa1283b authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm tool: fix typo in help (eterbug #17424)

parent 8b825255
...@@ -66,8 +66,8 @@ epm_tool() ...@@ -66,8 +66,8 @@ epm_tool()
showcmd yaml "$@" showcmd yaml "$@"
$CMDSHELL $SHAREDIR/tools_yaml "$@" $CMDSHELL $SHAREDIR/tools_yaml "$@"
;; ;;
"which") "which") # HELPCMD: which like command (no output to stderr, can works without which package)
print_command_path "$@" # HELPCMD: which like command (no output to stderr, can works without which package) print_command_path "$@"
;; ;;
*) *)
fatal 'Unknown command $ epm tool $WHAT. Use epm print help for get help.' fatal 'Unknown command $ epm tool $WHAT. Use epm print help for get help.'
......
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