[x265-commits] [x265] rest: consistent capitalization of page name

Steve Borho steve at borho.org
Thu Mar 27 23:22:39 CET 2014


details:   http://hg.videolan.org/x265/rev/49528dce611c
branches:  
changeset: 6617:49528dce611c
user:      Steve Borho <steve at borho.org>
date:      Thu Mar 27 17:20:58 2014 -0500
description:
rest: consistent capitalization of page name
Subject: [x265] cli: add link to documentation to end of `x265 --help` output

details:   http://hg.videolan.org/x265/rev/e3b1fb25c1d5
branches:  
changeset: 6618:e3b1fb25c1d5
user:      Steve Borho <steve at borho.org>
date:      Thu Mar 27 17:21:37 2014 -0500
description:
cli: add link to documentation to end of `x265 --help` output

diffstat:

 doc/reST/cli.rst |  2 +-
 source/x265.cpp  |  1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r ec97d22b021c -r e3b1fb25c1d5 doc/reST/cli.rst
--- a/doc/reST/cli.rst	Thu Mar 27 17:14:24 2014 -0500
+++ b/doc/reST/cli.rst	Thu Mar 27 17:21:37 2014 -0500
@@ -1,5 +1,5 @@
 *********************
-Command line Options
+Command Line Options
 *********************
 
 Note that unless an option is listed as **CLI ONLY** the option is also
diff -r ec97d22b021c -r e3b1fb25c1d5 source/x265.cpp
--- a/source/x265.cpp	Thu Mar 27 17:14:24 2014 -0500
+++ b/source/x265.cpp	Thu Mar 27 17:21:37 2014 -0500
@@ -388,6 +388,7 @@ void CLIOptions::showHelp(x265_param *pa
     H0("   --hash <integer>              Decoded Picture Hash SEI 0: disabled, 1: MD5, 2: CRC, 3: Checksum. Default %d\n", param->decodedPictureHashSEI);
 #undef OPT
 #undef H0
+    printf("\n\nFull documentation may be found at http://x265.readthedocs.org/en/default/cli.html\n");
     exit(0);
 }
 


More information about the x265-commits mailing list