Skip to content
Snippets Groups Projects
Commit aeadd087 authored by Erik Alexandre Pucci's avatar Erik Alexandre Pucci Committed by Danilo K. S. Yorinori
Browse files

client.c: Removed information about availability option and MAC parameter


Removed that information from the print_help() error messages.

Signed-off-by: default avatarErik Alexandre Pucci <eap08@c3sl.ufpr.br>
Acked-by: default avatarRicardo Tavares de Oliveira <rto07@c3sl.ufpr.br>
Signed-off-by: default avatarDanilo K. S. Yorinori <danilok@c3sl.ufpr.br>
parent acc11f4b
No related branches found
No related tags found
No related merge requests found
...@@ -117,17 +117,13 @@ void print_help(void) ...@@ -117,17 +117,13 @@ void print_help(void)
ERROR("USAGE: client URL [OPTION] [INEP] [MAC] [PROXY_"); ERROR("USAGE: client URL [OPTION] [INEP] [MAC] [PROXY_");
ERROR("HOST [PROXY_PORT [PROXY_USERID PROXY_PASSWD]]]"); ERROR("HOST [PROXY_PORT [PROXY_USERID PROXY_PASSWD]]]");
ERROR("\n\n"); ERROR("\n\n");
ERROR("-a, --%s Availability option ", AVAILABILITYOPTION);
ERROR("which only sends the INEP and MAC address. ");
ERROR("Must run with -I and -m\n");
ERROR("-i, --%s Inventory option ", INVENTORYOPTION); ERROR("-i, --%s Inventory option ", INVENTORYOPTION);
ERROR("which sends the XML data\n"); ERROR("which sends the XML data\n");
ERROR("-u, --%s Update option ", UPDATEOPTION); ERROR("-u, --%s Update option ", UPDATEOPTION);
ERROR("which check for updates\n"); ERROR("which checks for updates\n");
ERROR("-l, --url=URL URL used to connect "); ERROR("-l, --url=URL URL used to connect ");
ERROR("to the server\n"); ERROR("to the server\n");
ERROR("-I, --inep=INEP INEP of the school\n"); ERROR("-I, --inep=INEP INEP of the school\n");
ERROR("-m, --mac=MAC MAC address\n");
ERROR("-H, --phost=host Proxy host\n"); ERROR("-H, --phost=host Proxy host\n");
ERROR("-p, --pport=port Proxy port\n"); ERROR("-p, --pport=port Proxy port\n");
ERROR("-U, --puid=userid Proxy user id\n"); ERROR("-U, --puid=userid Proxy user id\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment