Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Update src/app/desktop/windows/terminal/terminal-states.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding authored Jan 19, 2021
1 parent f4a8a9e commit 5f18b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/desktop/windows/terminal/terminal-states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class DefaultTerminalState extends CommandTerminalState {

} else if (args[0] === 'wallet') {
if (args.length !== 2) {
this.terminal.outputText('Use miner wallet <Wallet-ID>');
this.terminal.outputText('Use miner wallet <wallet-id>');
return;
}
this.websocket.ms('service', ['list'], {
Expand Down

0 comments on commit 5f18b8e

Please sign in to comment.