mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-21 08:34:15 -06:00
c65a7c7fcd
and add description of --paths
82 lines
2.2 KiB
Groff
82 lines
2.2 KiB
Groff
.\" Written by Robert Merkel (rgmerk@mira.net)
|
|
.\" Process this file with
|
|
.\" groff -man -Tascii foo.1
|
|
.\"
|
|
.TH GNUCASH 1 "@GNC_VCS_REV_DATE@" "Version @GNC_VCS_REV@" "GnuCash Manual Pages"
|
|
.SH NAME
|
|
gnucash \- personal finance manager
|
|
.SH SYNOPSIS
|
|
.B gnucash [options] [
|
|
.I accounts.gnucash
|
|
.B ]
|
|
.SH DESCRIPTION
|
|
.B GnuCash
|
|
is a personal accounting package that allows you to record
|
|
and track income, expenses, assets, and investments. It supports
|
|
reconciliation, has substantial reporting capabilities, and is
|
|
extensible using guile. It can import QIF data from Quicken(TM) and
|
|
many other commercial accounting packages. It uses GTK+ and GNOME to
|
|
provide an attractive user interface, and has extensive online help.
|
|
|
|
.SH OPTIONS
|
|
.IP --version
|
|
Show
|
|
.B GnuCash
|
|
version
|
|
.IP --help
|
|
Show this help message
|
|
.IP --debug
|
|
Enable debugging mode: increasing logging to provide deep detail.
|
|
.IP --extra
|
|
Enable extra/development/debugging features.
|
|
.IP --log
|
|
Log level overrides, of the form "log.ger.path={debug,info,warn,crit,error}"
|
|
This option can be specified multiple times.
|
|
.IP --logto
|
|
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
|
|
Do not load the last file opened
|
|
.SH FILES
|
|
.I ~/.gnucash/config.auto
|
|
.RS
|
|
Automatically generated per-user configuration file. DO NOT EDIT
|
|
MANUALLY!
|
|
.SH ENVIRONMENT
|
|
.IP GNC_DEBUG
|
|
Enable debugging output. This allows you to turn on the debugging
|
|
earlier in the startup process than you can with
|
|
.B --debug.
|
|
.IP GUILE_LOAD_PATH
|
|
An override for the
|
|
.B GnuCash
|
|
scheme load path. You shouldn't need to alter this. For more
|
|
information see the README file.
|
|
.IP GNC_MODULE_PATH
|
|
An override for the
|
|
.B GnuCash
|
|
scheme load path for
|
|
.B Gnucash
|
|
modules. You shouldn't need to alter this. For more
|
|
information see the README file.
|
|
.SH BUGS
|
|
.B Please report any bugs using the bug reporting form on the
|
|
.B GnuCash
|
|
web site.
|
|
|
|
.SH "SEE ALSO"
|
|
.B GnuCash
|
|
has extensive on-line help available from the "help" menu.
|
|
|
|
Additional information and the latest version is available
|
|
at the web site:
|
|
.B https://www.gnucash.org
|
|
|
|
.SH AUTHOR
|
|
Robert Merkel <rgmerk@mira.net> wrote this manpage.
|
|
|
|
.B GnuCash
|
|
was written by Robin Clark, Linas Vepstas, and a cast of thousands.
|