X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=apps%2Fusage.c;h=07da7faebafcbc324680586f667c50933813504d;hb=82aed0c41cd917fdf9cdb20db788fe9da0662eba;hp=b0893d2fb1a9bf2be7caafd75663152a0300290d;hpb=4145f7369d761b32a10309a2623d98e64de7f444;p=sympathy.git diff --git a/apps/usage.c b/apps/usage.c index b0893d2..07da7fa 100644 --- a/apps/usage.c +++ b/apps/usage.c @@ -10,6 +10,12 @@ 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 *** + * * Revision 1.7 2008/02/23 11:48:52 james * *** empty log message *** * @@ -41,13 +47,13 @@ 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" - "sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-k skt]\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 -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-u] [-k skt]\n" " [-n hlines]\n" - "sympathy -c [-H] -k skt\n" - "sympathy -r id [-H]\n" + "sympathy -c [-H] [-u] -k skt\n" + "sympathy -r id [-H] [-u]\n" "sympathy {-l|-ls}\n" "sympathy -h\n" "\n" @@ -85,7 +91,9 @@ usage (void) " 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"); + " server, that are replayed on connexion\n" + " -u don't emit utf-8 instead map all non ascii characters as ?\n"); + exit (1); }