summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ivyd.c2
-rw-r--r--src/ivyecho.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ivyd.c b/src/ivyd.c
index 5a4f3d0..6aac230 100644
--- a/src/ivyd.c
+++ b/src/ivyd.c
@@ -263,7 +263,7 @@ main (int argc, char **argv)
#endif
/* Ivy initialization and main loop */
- IvyInit ("IVYD", 0, 0, 0, 0, 0, 0);
+ IvyInit ("IVYD", 0, 0, 0, 0, 0);
IvyChannelSetUp (sock, 0, 0, HandleConnections);
IvyStart (bus);
IvyMainLoop (0);
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);
}