summaryrefslogtreecommitdiff
path: root/app/video/video.1
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2010-07-26 08:09:34 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2010-07-26 08:09:34 +0000
commitc8f7a7db8f24093559f7d2ceb841c8823fd646ee (patch)
tree2ea09085147d8e5553ee01b705c0a5d6a528f372 /app/video/video.1
parentdce8a4b901d35b7c2f1cad6e256146fc25aff742 (diff)
sort options as usual in our operating system; `usage:' is lower case;
improve usage()'s output; better indentation in usage() function. ok jakemsr@
Diffstat (limited to 'app/video/video.1')
-rw-r--r--app/video/video.118
1 files changed, 9 insertions, 9 deletions
diff --git a/app/video/video.1 b/app/video/video.1
index a958afab5..bef3110d3 100644
--- a/app/video/video.1
+++ b/app/video/video.1
@@ -14,7 +14,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: July 23 2010 $
+.Dd $Mdocdate: July 26 2010 $
.Dt VIDEO 1
.Os
.Sh NAME
@@ -29,8 +29,8 @@
.Op Fl e Ar encoding
.Op Fl f Ar file
.Op Fl i Ar input
-.Op Fl o Ar output
.Op Fl O Ar output
+.Op Fl o Ar output
.Op Fl r Ar rate
.Op Fl s Ar size
.Ek
@@ -106,13 +106,6 @@ If
is
.Ql - ,
frames will be read from standard input.
-.It Fl o Ar ouput
-File to which frames will be written.
-If
-.Ar output
-is
-.Ql - ,
-frames will be written to standard output.
.It Fl O Ar ouput
File to which frames will be written.
If
@@ -126,6 +119,13 @@ if this option is used,
.Nm
will also display the frames via
.Xr Xv 3 .
+.It Fl o Ar ouput
+File to which frames will be written.
+If
+.Ar output
+is
+.Ql - ,
+frames will be written to standard output.
.It Fl r Ar rate
Rate in frames per second at which to read.
Must be an integer greater than 0.