chiark / gitweb /
*** empty log message ***
[sympathy.git] / apps / usage.c
index 07da7faebafcbc324680586f667c50933813504d..114f81d4bd4cbeea7029da2c12d0de8ed591380a 100644 (file)
@@ -10,9 +10,6 @@ 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 ***
  *
@@ -49,7 +46,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"
@@ -92,8 +89,9 @@ 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);
 }