diff options
author | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2011-04-11 17:23:19 +0000 |
---|---|---|
committer | Jacob Meuser <jakemsr@cvs.openbsd.org> | 2011-04-11 17:23:19 +0000 |
commit | a2985d369a08066c177d6f2f95ac0420fe12648b (patch) | |
tree | dbb14b0150c63300554a70a765efad9c2d5cae51 /app/video/video.c | |
parent | 31e450e813cbb66e2f19360ada9b62b4b17b5255 (diff) |
add the -R option to usage()
spotted by sobrado@
Diffstat (limited to 'app/video/video.c')
-rw-r--r-- | app/video/video.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/video/video.c b/app/video/video.c index 5abea90ab..2d81ea3dc 100644 --- a/app/video/video.c +++ b/app/video/video.c @@ -1,4 +1,4 @@ -/* $OpenBSD: video.c,v 1.9 2011/04/11 02:58:49 jakemsr Exp $ */ +/* $OpenBSD: video.c,v 1.10 2011/04/11 17:23:18 jakemsr Exp $ */ /* * Copyright (c) 2010 Jacob Meuser <jakemsr@openbsd.org> * @@ -206,7 +206,7 @@ extern char *__progname; void usage(void) { - fprintf(stderr, "usage: %s [-v] " + fprintf(stderr, "usage: %s [-Rv] " "[-a adaptor] [-e encoding] [-f file] [-i input] [-O output]\n" " %*s [-o output] [-r rate] [-s size]\n", __progname, (int)strlen(__progname), ""); |