From f4c68657513c185b92f7f745fff65eb932b99d0a Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 23 Jan 2012 13:38:12 -0800 Subject: [PATCH] Add new commands to help. --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index bda17bbe5..6e322b4a3 100644 --- a/main.cpp +++ b/main.cpp @@ -33,6 +33,8 @@ void printHelp() cout << " familyinfo" << endl; cout << " connect []" << endl; cout << " sendto []" << endl; + cout << " tx" << endl; + cout << " ledger" << endl; cout << " stop" << endl; }