diff --git a/bin/epm-tool b/bin/epm-tool
index 98e92cd5b9e04f44274e304b214996597970ceab..3fc967a7e97a9f8b5747b8416b5ecdb5f4920478 100644
--- a/bin/epm-tool
+++ b/bin/epm-tool
@@ -66,8 +66,8 @@ epm_tool()
             showcmd yaml "$@"
             $CMDSHELL $SHAREDIR/tools_yaml "$@"
             ;;
-        "which")
-            print_command_path "$@"  # HELPCMD: which like command (no output to stderr, can works without which package)
+        "which")                    # 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.'