summaryrefslogtreecommitdiff
path: root/src/ivyecho.c
diff options
context:
space:
mode:
authorsc1999-02-18 16:15:55 +0000
committersc1999-02-18 16:15:55 +0000
commita129b0e495bdcb4537de91f327155d58666adb43 (patch)
tree1539ab17ea3995a4a0e7ccf218a60c14f65441b2 /src/ivyecho.c
parentf2203b40cf372462e5277b1b530561e929636ee1 (diff)
downloadivyd-a129b0e495bdcb4537de91f327155d58666adb43.zip
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.gz
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.bz2
ivyd-a129b0e495bdcb4537de91f327155d58666adb43.tar.xz
Now compatible with ivy-c 3.0
Diffstat (limited to 'src/ivyecho.c')
-rw-r--r--src/ivyecho.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ivyecho.c b/src/ivyecho.c
index 2b8227e..468a908 100644
--- a/src/ivyecho.c
+++ b/src/ivyecho.c
@@ -38,7 +38,7 @@ int debug = 0;
void
Usage (const char* progname) {
- fprintf (stderr, "Usage: %s [-b bus (ignored)][-s server] text\n", progname);
+ fprintf (stderr, "Usage: %s [-b bus (ignored)][-s serverhost] text\n", progname);
exit (1);
}