[dvblast-devel] doc: Add comment listing the free short options.

Georgi Chorbadzhiyski git at videolan.org
Thu Sep 8 09:29:04 CEST 2011


dvblast | branch: master | Georgi Chorbadzhiyski <gf at unixsol.org> | Wed Sep  7 11:29:51 2011 +0300| [a2affa73952b471f6337498133158dfb3a34069e] | committer: Georgi Chorbadzhiyski

doc: Add comment listing the free short options.

> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=a2affa73952b471f6337498133158dfb3a34069e
---

 dvblast.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/dvblast.c b/dvblast.c
index f6c721b..434744c 100644
--- a/dvblast.c
+++ b/dvblast.c
@@ -502,6 +502,10 @@ int main( int i_argc, char **pp_argv )
     if ( i_argc == 1 )
         usage();
 
+    /*
+     * The only short options left are: Bky0123456789
+     * Use them wisely.
+     */
     static const struct option long_options[] =
     {
         { "config-file",     required_argument, NULL, 'c' },



More information about the dvblast-devel mailing list