We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c30561d commit e6965efCopy full SHA for e6965ef
1 file changed
electrum
@@ -284,10 +284,11 @@ if __name__ == '__main__':
284
except BaseException, e:
285
print_error("Error: Keypair import failed: " + str(e))
286
287
- if cmd=='help':
+ if cmd == 'help':
288
cmd2 = firstarg
289
if cmd2 not in known_commands:
290
- print_error("Error: Command not found.")
+ parser.print_help()
291
+ print
292
print "Type 'electrum help <command>' to see the help for a specific command"
293
print "Type 'electrum --help' to see the list of options"
294
print "List of commands:", ', '.join(known_commands)
0 commit comments