X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=blobdiff_plain;f=apps%2Fusage.c;h=62061fd3dcdf059f2b1eeac6b7d6bf987c7b3902;hp=114f81d4bd4cbeea7029da2c12d0de8ed591380a;hb=95d068f1b4e8100d6501944eda3bd9ff73460514;hpb=ad0765aba1a59c7fd8a9300e3d47bad7d68e6477 diff --git a/apps/usage.c b/apps/usage.c index 114f81d..62061fd 100644 --- a/apps/usage.c +++ b/apps/usage.c @@ -10,6 +10,12 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.10 2008/02/27 01:31:14 james + * *** empty log message *** + * + * 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 *** * @@ -45,10 +51,10 @@ 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" + "sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u] [-k skt]\n" + " [-n hlines] [-w width] [-F]\n" "sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u] [-k skt]\n" - " [-n hlines]\n" + " [-n hlines] [-w width]\n" "sympathy -c [-H] [-u] -k skt\n" "sympathy -r id [-H] [-u]\n" "sympathy {-l|-ls}\n" @@ -86,12 +92,13 @@ usage (void) " -F do not detach, run the server in the foreground\n" " -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" + " -L log 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 try to use ISO-2202 to the local terminal\n" + " -w width start session with a screen of width width<=132\n" + ); + exit (1); }