From 1e8aa5aaf1a3d325f3586fa77408e79bc36b2b3f Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Wed, 27 Dec 2006 19:28:55 +0000 Subject: [PATCH] Document that the message is read from stdin. --- src/lyskom/notify_lyskom.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lyskom/notify_lyskom.c b/src/lyskom/notify_lyskom.c index 9ee348c..3820748 100644 --- a/src/lyskom/notify_lyskom.c +++ b/src/lyskom/notify_lyskom.c @@ -45,7 +45,8 @@ usage(void) { printf("%s: usage: %s [ options... ] recipients...\n", 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(" -H<ip> IP address of LysKOM server host.\n"); printf(" -P<port> Port of LysKOM server.\n"); -- GitLab