From: John Hodge Date: Fri, 20 May 2011 05:32:11 +0000 (+0800) Subject: Client - Documentation for `enumitems` (commented out) X-Git-Url: https://git.ucc.asn.au/?p=tpg%2Fopendispense2.git;a=commitdiff_plain;h=470cc8029bc931275ce82dd33709ba90c4f4c62f Client - Documentation for `enumitems` (commented out) --- diff --git a/src/client/main.c b/src/client/main.c index 83c66e2..f3ac712 100644 --- a/src/client/main.c +++ b/src/client/main.c @@ -146,6 +146,11 @@ void ShowUsage(void) " dispense iteminfo \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 )