1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

wmaker: improve the documentation for the command-line options

There were 2 options that were not documented at all, which are now listed
in the 'wmaker --help';

The man page have been updated according to the 'check-cmdline-opts' script
feedback, including:
 - adding 2 options that were missing (global_def_path, no-drawer);
 - removed 2 options that do not exist anymore (no-cpp, create-stdcmap);
 - sorting the options, to make them easier to search for.

In addition, took opportunity to:
 - remove the double description for 'visual-id';
 - improve a number of descriptions to make them clearer;
 - fix minor stuff (typo, spaces at end of lines).

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
Christophe CURIS
2015-04-06 17:57:54 +02:00
committed by Carlos R. Mafra
parent b6270f5a92
commit 6749e38693
2 changed files with 43 additions and 39 deletions

View File

@@ -438,6 +438,7 @@ static void print_help(void)
puts(_(" --no-dock do not open the application Dock"));
puts(_(" --no-clip do not open the workspace Clip"));
puts(_(" --no-autolaunch do not autolaunch applications"));
puts(_(" --no-drawer disable drawers in the dock"));
puts(_(" --dont-restore do not restore saved session"));
puts(_(" --locale locale locale to use"));
@@ -447,6 +448,7 @@ static void print_help(void)
#ifndef HAVE_INOTIFY
puts(_(" --no-polling do not periodically check for configuration updates"));
#endif
puts(_(" --global_defaults_path print the path for default config and exit"));
puts(_(" --version print version and exit"));
puts(_(" --help show this message"));
}