Skip to content
Snippets Groups Projects
Commit 470cc802 authored by John Hodge's avatar John Hodge
Browse files

Client - Documentation for `enumitems` (commented out)

parent 03bc04e0
No related merge requests found
......@@ -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 )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment