Skip to content
Snippets Groups Projects
Commit c66fe912 authored by deuce's avatar deuce
Browse files

Add values for NODE_WFC and NODE_OFFLINE to the help text.

parent 13a2c750
Branches
Tags
No related merge requests found
......@@ -465,6 +465,8 @@ int main(int argc, char **argv)
printf("nopage = page disable\n");
printf("noalerts = activity alerts disable\n");
printf("status=# = set status value\n");
printf(" %d = Waiting for connection\n", NODE_WFC);
printf(" %d = Offline\n", NODE_OFFLINE);
printf("useron=# = set useron number\n");
printf("action=# = set action value\n");
printf("errors=# = set error counter\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment