X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=apps%2Fusage.c;h=b0893d2fb1a9bf2be7caafd75663152a0300290d;hb=5cded6a34ead3205baf1a45ed5adbee24ebec685;hp=1a9273f7187adce130172dd97b70239f9f685c29;hpb=11313f344099e326aaf010fb9781b921df3b1967;p=sympathy.git diff --git a/apps/usage.c b/apps/usage.c index 1a9273f..b0893d2 100644 --- a/apps/usage.c +++ b/apps/usage.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.7 2008/02/23 11:48:52 james + * *** empty log message *** + * * Revision 1.6 2008/02/20 18:49:11 staffcvs * *** empty log message *** * @@ -40,9 +43,9 @@ usage (void) fprintf (stderr, "Usage:\n" "sympathy -t [-K] [-d serialdev|-p] [-b baud] [-f] [-L log]\n" "sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-F] [-k skt]\n" - " [-n hlines]\n" + " [-n hlines]\n" "sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-k skt]\n" - " [-n hlines]\n" + " [-n hlines]\n" "sympathy -c [-H] -k skt\n" "sympathy -r id [-H]\n" "sympathy {-l|-ls}\n" @@ -81,9 +84,8 @@ usage (void) " -H instead of connecting the user's terminal to the session\n" " emit HTML of the current state of the screen on stdout\n" " -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" -); + " -n hlines the number of lines of history to store in the\n" + " server, that are replayed on connexion\n"); exit (1); }