updated help message
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 1 Mar 2005 21:18:36 +0000 (21:18 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 1 Mar 2005 21:18:36 +0000 (21:18 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@135 9efc2488-bf62-4759-914b-345cdb29e865

src/srfsh/srfsh.c

index e0ec1bc..b1bc7d9 100644 (file)
@@ -292,11 +292,13 @@ void print_help() {
                        "---------------------------------------------------------------------------------\n"
                        "Commands:\n"
                        "---------------------------------------------------------------------------------\n"
+                       "help                   - Display this message\n"
                        "last                   - Re-performs the last command\n"
                        "time                   - Prints the current time\n"                                    
                        "time <timestamp>       - Formats seconds since epoch into readable format\n"   
                        "---------------------------------------------------------------------------------\n"
                        "router query servers <server1 [, server2, ...]>\n"
+                       "reqeust <service> <method> [ <json formatted string of params as an array> ]\n"
                        "---------------------------------------------------------------------------------\n"
                        );