[dvblast-devel] [PATCH 6/8] doc: Add comment listing the free short options.

Georgi Chorbadzhiyski gf at unixsol.org
Wed Sep 7 11:54:48 CEST 2011


---
 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' },
-- 
1.7.5.1



More information about the dvblast-devel mailing list