Skip to content

Commit

Permalink
import export help
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jul 18, 2018
1 parent 5518229 commit bc65a13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/SnowBlossomClient.java
Expand Up @@ -192,6 +192,8 @@ else if (command.equals("loadtest"))
System.out.println(" if mark_used is true, mark the address as used");
System.out.println(" if generate_now is true, generate a new address rather than using the key pool");
System.out.println(" send <amount> <destination> - send snow to address");
System.out.println(" export <file> - export wallet to json file");
System.out.println(" import <file> - import wallet from json file");


System.exit(-1);
Expand Down

0 comments on commit bc65a13

Please sign in to comment.