Client - Documentation for `enumitems` (commented out)
authorJohn Hodge <[email protected]>
Fri, 20 May 2011 05:32:11 +0000 (13:32 +0800)
committerJohn Hodge <[email protected]>
Fri, 20 May 2011 05:32:11 +0000 (13:32 +0800)
src/client/main.c

index 83c66e2..f3ac712 100644 (file)
@@ -146,6 +146,11 @@ void ShowUsage(void)
                        "    dispense iteminfo <itemid>\n"
                        "        Get the name and price for an item\n"
                        );
+//     if( giTextArgc == 0 || strcmp(gsTextArgs[0], "enumitems") == 0 )
+//             printf(
+//                     "    dispense enumitems\n"
+//                     "        List avaliable items\n"
+//                     );
        if( giTextArgc == 0 )
                printf("  == Coke members == \n");
        if( giTextArgc == 0 || strcmp(gsTextArgs[0], "acct") == 0 )

UCC git Repository :: git.ucc.asn.au