diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-13 06:20:49 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-08-13 06:20:49 +0000 |
commit | 2a6b706b53fb10c22090dfe938393927ba883962 (patch) | |
tree | d1ecf6ee92227e89479c921f3ba3125239b04be2 /usr.bin/systat/main.c | |
parent | 6f79a44f745b973673c607225ef1b0b2eba8b1ae (diff) |
-S currently does nothing useful, so remove it from
SYNOPSIS and usage(); after some discussion with canacar
Diffstat (limited to 'usr.bin/systat/main.c')
-rw-r--r-- | usr.bin/systat/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/systat/main.c b/usr.bin/systat/main.c index 7d81009c51e..c78493daa09 100644 --- a/usr.bin/systat/main.c +++ b/usr.bin/systat/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.43 2008/08/08 20:07:49 matthieu Exp $ */ +/* $Id: main.c,v 1.44 2008/08/13 06:20:48 jmc Exp $ */ /* * Copyright (c) 2001, 2007 Can Erkin Acar * Copyright (c) 2001 Daniel Hartmeier @@ -208,7 +208,7 @@ void usage() { extern char *__progname; - fprintf(stderr, "usage: %s [-abin] [-d count] [-S start] " + fprintf(stderr, "usage: %s [-abin] [-d count] " "[-s delay] [-w width] [view] [delay]\n", __progname); exit(1); } |