gnucash.1.in (gnucash-5.0.tar.bz2) | : | gnucash.1.in (gnucash-5.1.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 36 | skipping to change at line 36 | |||
.IP --help | .IP --help | |||
Show this help message | Show this help message | |||
.IP --debug | .IP --debug | |||
Enable debugging mode: increasing logging to provide deep detail. | Enable debugging mode: increasing logging to provide deep detail. | |||
.IP --extra | .IP --extra | |||
Enable extra/development/debugging features. | Enable extra/development/debugging features. | |||
.IP --log | .IP --log | |||
Log level overrides, of the form "log.ger.path={debug,info,warn,crit,error}" | Log level overrides, of the form "log.ger.path={debug,info,warn,crit,error}" | |||
This option can be specified multiple times. | This option can be specified multiple times. | |||
.IP --logto | .IP --logto | |||
File to log into; defaults to "/tmp/gnucash.trace"; can be "stderr" or "stdout". | File to log into; defaults to "$TMPDIR/gnucash.trace"; use "stderr" or "stdout" | |||
to write to the terminal. | ||||
.IP --paths | ||||
Show installation and configuration paths. | ||||
.IP --nofile | .IP --nofile | |||
Do not load the last file opened | Do not load the last file opened | |||
.IP "--add-price-quotes FILE" | ||||
Add price quotes to the given data file. Note this option has been deprecated | ||||
and will be removed in GnuCash 5.0. Instead use 'gnucash-cli --quotes get'. | ||||
.IP --namespace=REGEXP | ||||
Regular expression determining which namespace commodities will be retrieved. | ||||
This is only relevant for the --add-price-quotes option. And as with that option | ||||
it is deprecated and will be removed in GnuCash 5.0. The same option can be | ||||
passed to 'gnucash-cli --quotes get' to achieve the same result. | ||||
.SH FILES | .SH FILES | |||
.I ~/.gnucash/config.auto | .I ~/.gnucash/config.auto | |||
.RS | .RS | |||
Automatically generated per-user configuration file. DO NOT EDIT | Automatically generated per-user configuration file. DO NOT EDIT | |||
MANUALLY! | MANUALLY! | |||
.SH ENVIRONMENT | .SH ENVIRONMENT | |||
.IP GNC_DEBUG | .IP GNC_DEBUG | |||
Enable debugging output. This allows you to turn on the debugging | Enable debugging output. This allows you to turn on the debugging | |||
earlier in the startup process than you can with | earlier in the startup process than you can with | |||
.B --debug. | .B --debug. | |||
End of changes. 2 change blocks. | ||||
9 lines changed or deleted | 4 lines changed or added |