Add help for validation_create.

This commit is contained in:
Arthur Britto
2012-04-07 18:59:13 -07:00
parent 81ba0286a0
commit 840f8486ff
2 changed files with 1 additions and 2 deletions

View File

@@ -41,6 +41,7 @@ void printHelp()
cout << " unl_list" << endl;
cout << " unl_reset" << endl;
cout << " unlock <passphrase>" << endl;
cout << " validation_create [<seed>|<pass_phrase>|<key>]" << endl;
}
int parseCommandline(int argc, char* argv[])