X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/ccc6adcdf6cf0744132bffa36f4b0175396c97f9..2d752320d61b46a65ebb9fa754033f250f097cd3:/client.c diff --git a/client.c b/client.c index 45dbd7bd..7edc790b 100644 --- a/client.c +++ b/client.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: client.c,v 1.14 2004/04/08 01:36:17 mdw Exp $ + * $Id$ * * Client for TrIPE * @@ -222,11 +222,11 @@ static void usage(FILE *fp) { pquis(fp, "\ Usage:\n\ - $ [-w] [-options] [command [args]...]\n\ - $ [-Dl] [-f file] [-options]\n\ + $ [-w] [-OPTIONS] [COMMAND [ARGS]...]\n\ + $ [-Dl] [-f FILE] [-OPTIONS]\n\ Options:\n\ - [-s] [-d directory] [-a socket] [-P pidfile]\n\ - [-p program] [-S arg,arg,...]\n\ + [-s] [-d DIRECTORY] [-a SOCKET] [-P PIDFILE]\n\ + [-p PROGRAM] [-S ARG,ARG,...]\n\ "); }