Skip to content
Snippets Groups Projects
Commit 1e8aa5aa authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Document that the message is read from stdin.

parent b5b2ffd6
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,8 @@ usage(void) ...@@ -45,7 +45,8 @@ usage(void)
{ {
printf("%s: usage: %s [ options... ] recipients...\n", printf("%s: usage: %s [ options... ] recipients...\n",
argv0, argv0); argv0, argv0);
printf("Each recipient is a decimal conference number. Valid options:\n"); printf("Each recipient is a decimal conference number. The message\n");
printf("is read from stdin. Valid options:\n");
printf(" -- Marks end of options.\n"); printf(" -- Marks end of options.\n");
printf(" -H<ip> IP address of LysKOM server host.\n"); printf(" -H<ip> IP address of LysKOM server host.\n");
printf(" -P<port> Port of LysKOM server.\n"); printf(" -P<port> Port of LysKOM server.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment