diff --git a/src/Config.h b/src/Config.h index 4eb84dc279..ce595905a1 100644 --- a/src/Config.h +++ b/src/Config.h @@ -83,3 +83,4 @@ public: extern Config theConfig; #endif +// vim:ts=4 diff --git a/src/main.cpp b/src/main.cpp index 39cdf7a908..5f678033a9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -53,6 +53,7 @@ void printHelp(const po::options_description& desc) cout << " unl_list" << endl; cout << " unl_reset" << endl; cout << " validation_create [||]" << endl; + cout << " wallet_add [] []" << endl; cout << " wallet_accounts " << endl; cout << " wallet_claim [] []" << endl; cout << " wallet_seed [||]" << endl;