X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=apps%2Fusage.c;h=307511d4863ebd41d5ce90d92adb592b5a64e748;hb=ef427cbe3bc216800179b66b889b71fec843387c;hp=1a9273f7187adce130172dd97b70239f9f685c29;hpb=1d00929f790c7e65eac1bc90ba9d7e520a1b7462;p=sympathy.git diff --git a/apps/usage.c b/apps/usage.c index 1a9273f..307511d 100644 --- a/apps/usage.c +++ b/apps/usage.c @@ -10,6 +10,39 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.17 2008/02/28 16:57:51 james + * *** empty log message *** + * + * Revision 1.16 2008/02/27 18:29:49 james + * *** empty log message *** + * + * Revision 1.15 2008/02/27 16:01:24 james + * *** empty log message *** + * + * Revision 1.14 2008/02/27 09:55:57 james + * *** empty log message *** + * + * Revision 1.13 2008/02/27 09:42:53 james + * *** empty log message *** + * + * Revision 1.12 2008/02/27 09:42:21 james + * *** empty log message *** + * + * Revision 1.11 2008/02/27 01:31:38 james + * *** empty log message *** + * + * 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 *** + * + * 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 *** * @@ -39,36 +72,41 @@ 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" + " [-w WxH] [-u]\n" + "sympathy -s [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-k skt]\n" + " [-n hlines] [-w WxH] [-F]\n" "sympathy [-s -c] [-K] [-d serialdev|-p] [-b baud] [-f] [-L log] [-k skt]\n" - " [-n hlines]\n" - "sympathy -c [-H] -k skt\n" - "sympathy -r id [-H]\n" + " [-n hlines] [-w WxH] [-u]\n" + "sympathy -c [-H] [-u] -k skt\n" + "sympathy -r id [-H] [-u]\n" "sympathy {-l|-ls}\n" + "sympathy -v\n" "sympathy -h\n" "\n" "Main mode:\n" " -t terminal emulator mode: one process is started which reads from\n" - " the serial device or ptty and writes to the users terminal.\n" + " the serial device or ptty and writes to the user's terminal.\n" " -s server mode: a process is started (and daemonized unless -F is\n" " given) which listens on a socket, and reads from the serial\n" " device or ptty.\n" - " -s -c server and client mode. Fork a server and connect a client\n" + " -s -c server and client mode: Fork a server and connect a client\n" " incompatible with -F. This is the default mode\n" " -c client mode: connect to server mode process\n" " -r id client mode: connect to server mode process on socket\n" - " ~/.sympathy/id\n" + " ~/.sympathy/id or ~/.sympathy/hostname.id if id is an\n" + " integer\n" " -l or -ls list active sockets in ~/.sympathy\n" + " -v show version\n" + " -h show help\n" "\n" "Options:\n" " -K lock the serial device. By default sympathy checks that no\n" - " other process has create a lock file, and temporarily ceases\n" + " other process has created a lock file, and temporarily ceases\n" " to access the serial port if it spots one. With this option\n" " sympathy creates a lock file and prevents other programs\n" " accessing the serial port. Incompatible with -p\n" " -d serialdev the serial device to connect to, eg /dev/ttyS0\n" - " -p fork a login shell in a pty and connect to that rather than\n" + " -p fork a login shell in a ptty and connect to that rather than\n" " connect to a serial port. This option is the default if\n" " no -d option is specified\n" " -b baud the baudrate to set. If omitted sympathy does not set\n" @@ -80,10 +118,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" - " -n hlines the number of lines of history to store in the\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 try to use ISO-2202 to the local terminal\n" + " -w W[xH] start session with a screen of size W by H. 0