Skip to content

Commit

Permalink
fix TelnetConsole#process return status
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCqupt authored and hengyunabc committed Jan 12, 2023
1 parent cbf6845 commit 7210985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public static int process(String[] args, ActionListener eotEventCallback) throws

if (telnetConsole.isHelp()) {
System.out.println(usage(cli));
return STATUS_ERROR;
return STATUS_OK;
}

// Try to read cmds
Expand Down

0 comments on commit 7210985

Please sign in to comment.