Commit a2affa73 authored by Georgi Chorbadzhiyski's avatar Georgi Chorbadzhiyski

doc: Add comment listing the free short options.

parent 65431379
...@@ -502,6 +502,10 @@ int main( int i_argc, char **pp_argv ) ...@@ -502,6 +502,10 @@ int main( int i_argc, char **pp_argv )
if ( i_argc == 1 ) if ( i_argc == 1 )
usage(); usage();
/*
* The only short options left are: Bky0123456789
* Use them wisely.
*/
static const struct option long_options[] = static const struct option long_options[] =
{ {
{ "config-file", required_argument, NULL, 'c' }, { "config-file", required_argument, NULL, 'c' },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment