mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Small wording improvements to the gnucash command line options
This is based on a suggestion by Daniel GOUJOT on the devel mailing list
This commit is contained in:
parent
6c2c1ce3d3
commit
fa6fbc5585
@ -98,7 +98,7 @@ static GOptionEntry options[] =
|
||||
|
||||
{
|
||||
"debug", '\0', 0, G_OPTION_ARG_NONE, &debugging,
|
||||
N_("Enable debugging mode: increasing logging to provide deep detail."), NULL
|
||||
N_("Enable debugging mode: provide deep detail in the logs.\nThis is equivalent to: --log \"=info\" --log \"qof=info\" --log \"gnc=info\""), NULL
|
||||
},
|
||||
|
||||
{
|
||||
@ -108,7 +108,7 @@ static GOptionEntry options[] =
|
||||
|
||||
{
|
||||
"log", '\0', 0, G_OPTION_ARG_STRING_ARRAY, &log_flags,
|
||||
N_("Log level overrides, of the form \"log.ger.path={debug,info,warn,crit,error}\""),
|
||||
N_("Log level overrides, of the form \"modulename={debug,info,warn,crit,error}\"\nExamples: \"--log qof=debug\" or \"--log gnc.backend.file.sx=info\"\nThis can be invoked multiple times."),
|
||||
NULL
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user