aboutsummaryrefslogtreecommitdiffstats
path: root/apps/usage.c
diff options
context:
space:
mode:
authorjames <>2008-02-24 00:47:14 +0000
committerjames <>2008-02-24 00:47:14 +0000
commitd338f6d46af0d6b5e746203748ba7cc9242020cb (patch)
tree3400ccf8db2c56670adfff5ced8a236d936b7588 /apps/usage.c
parent3240b828391da405d093356eae0b90af5abc7a32 (diff)
downloadsympathy-d338f6d46af0d6b5e746203748ba7cc9242020cb.tar.gz
sympathy-d338f6d46af0d6b5e746203748ba7cc9242020cb.tar.bz2
sympathy-d338f6d46af0d6b5e746203748ba7cc9242020cb.zip
*** empty log message ***
Diffstat (limited to 'apps/usage.c')
-rw-r--r--apps/usage.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/usage.c b/apps/usage.c
index 114f81d..07da7fa 100644
--- a/apps/usage.c
+++ b/apps/usage.c
@@ -10,6 +10,9 @@ static char rcsid[] = "$Id$";
/*
* $Log$
+ * Revision 1.9 2008/02/24 00:43:55 james
+ * *** empty log message ***
+ *
* Revision 1.8 2008/02/24 00:42:53 james
* *** empty log message ***
*
@@ -46,7 +49,7 @@ usage (void)
fprintf (stderr, "Usage:\n"
"sympathy -t [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u]\n"
"sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u] [-F]\n"
- " [-k skt] [-n hlines]\n"
+ " [-k skt] [-n hlines]\n"
"sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u] [-k skt]\n"
" [-n hlines]\n"
"sympathy -c [-H] [-u] -k skt\n"
@@ -89,9 +92,8 @@ usage (void)
" -L log activity on the device to the file log\n"
" -n hlines the number of lines of history to store in the\n"
" server, that are replayed on connexion\n"
- " -u don't emit utf-8 instead map all non ascii characters as ?\n"
-);
-
+ " -u don't emit utf-8 instead map all non ascii characters as ?\n");
+
exit (1);
}