diff options
author | Clément Bœsch <clement.boesch@smartjog.com> | 2012-01-02 15:32:55 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-01-04 13:21:08 +0100 |
commit | dc7ad85c401a0137795e0414f5fe1c2e7f1d7078 (patch) | |
tree | e99ed738ee0cf7831809c9b2e66277a236e52c1b /doc/ffprobe.texi | |
parent | 837126568c83b3f95cc19c1f24c005a215a2af1e (diff) | |
download | ffmpeg-dc7ad85c401a0137795e0414f5fe1c2e7f1d7078.tar.gz |
doc: use @command{} for commands.
Diffstat (limited to 'doc/ffprobe.texi')
-rw-r--r-- | doc/ffprobe.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi index 002f91e9a7..2a9b73f7cd 100644 --- a/doc/ffprobe.texi +++ b/doc/ffprobe.texi @@ -135,7 +135,7 @@ Read @var{input_file}. @chapter Writers @c man begin WRITERS -A writer defines the output format adopted by @file{ffprobe}, and will be +A writer defines the output format adopted by @command{ffprobe}, and will be used for printing all the parts of the output. A writer may accept one or more arguments, which specify the options to |