diff mbox series

[FFmpeg-devel] doc/fftools-common-opts: small fix to -report documentation.

Message ID 20200120161147.14834-1-george@nsup.org
State Accepted
Headers show
Series [FFmpeg-devel] doc/fftools-common-opts: small fix to -report documentation. | expand

Checks

Context Check Description
andriy/ffmpeg-patchwork success Make fate finished

Commit Message

Nicolas George Jan. 20, 2020, 4:11 p.m. UTC
Signed-off-by: Nicolas George <george@nsup.org>
---
 doc/fftools-common-opts.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gyan Doshi Jan. 20, 2020, 4:21 p.m. UTC | #1
On 20-01-2020 09:41 pm, Nicolas George wrote:
> Signed-off-by: Nicolas George <george@nsup.org>
> ---
>   doc/fftools-common-opts.texi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
> index 1234de850e..31cf424823 100644
> --- a/doc/fftools-common-opts.texi
> +++ b/doc/fftools-common-opts.texi
> @@ -242,7 +242,7 @@ The use of the environment variable @env{NO_COLOR} is deprecated and
>   will be dropped in a future FFmpeg version.
>   
>   @item -report
> -Dump full command line and console output to a file named
> +Dump full command line and log output to a file named
>   @code{@var{program}-@var{YYYYMMDD}-@var{HHMMSS}.log} in the current
>   directory.
>   This file can be useful for bug reports.

LGTM.

Gyan
Nicolas George Jan. 20, 2020, 4:23 p.m. UTC | #2
Gyan (12020-01-20):
> LGTM.

Thanks, pushed.

Regards,
diff mbox series

Patch

diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi
index 1234de850e..31cf424823 100644
--- a/doc/fftools-common-opts.texi
+++ b/doc/fftools-common-opts.texi
@@ -242,7 +242,7 @@  The use of the environment variable @env{NO_COLOR} is deprecated and
 will be dropped in a future FFmpeg version.
 
 @item -report
-Dump full command line and console output to a file named
+Dump full command line and log output to a file named
 @code{@var{program}-@var{YYYYMMDD}-@var{HHMMSS}.log} in the current
 directory.
 This file can be useful for bug reports.