Files
gnucash/doc/gnucash.1.in
T

98 lines
2.4 KiB
Plaintext
Raw Normal View History

2000-06-02 09:00:31 +00:00
.\" Written by Robert Merkel (rgmerk@mira.net)
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
2002-09-26 16:57:18 +00:00
.TH GNUCASH 1 "@-DATE-@" Version "@-VERSION-@"
2000-06-02 09:00:31 +00:00
.SH NAME
gnucash \- personal finance manager
.SH SYNOPSIS
2002-01-25 23:23:34 +00:00
.B gnucash [options] [
2000-08-07 18:30:25 +00:00
.I accounts.gnc
2000-06-02 09:00:31 +00:00
.B ]
.SH DESCRIPTION
2002-01-25 23:23:34 +00:00
.B GnuCash
2000-06-02 09:00:31 +00:00
is a personal accounting package that allows you to record
2002-01-25 23:23:34 +00:00
and track income, expenses, assets, and investments. It supports
2000-06-02 09:00:31 +00:00
reconciliation, has substantial reporting capabilities, and is
2002-01-25 23:23:34 +00:00
extensible using guile. It can import QIF data from Quicken(TM) and
2000-06-02 09:00:31 +00:00
many other commercial accounting packages. It uses GTK+ and GNOME to
provide an attractive user interface, and has extensive online help.
.SH OPTIONS
2002-01-25 23:23:34 +00:00
.IP --version
Show
.B GnuCash
version
.IP --usage
Show
.B GnuCash
usage information
.IP --help
Show this help message
2000-06-02 09:00:31 +00:00
.IP --debug
2002-01-25 23:23:34 +00:00
Enable debugging mode
.IP --loglevel LOGLEVEL
Set the logging level from 0 (least) to 6 (most)
.IP --nofile
Do not load the last file opened
.IP --config-dir CONFIGDIR
Set configuration directory
.IP --share-dir SHAREDIR
Set shared directory
.IP --load-path LOADPATH
Set the search path for .scm files
.IP --doc-path DOCPATH
Set the search path for documentation files
.IP --evaluate
Evaluate the guile command
.IP --load FILE
Load the given .scm file
.IP --add-price-quotes FILE
2002-01-25 23:23:34 +00:00
Add price quotes to the given data file
2002-03-16 22:44:09 +00:00
.IP --load-user-config
Load the user configuration
.IP --load-system-config
Load the system configuration
.IP --rpc-server
Run the RPC Server
2000-06-02 09:00:31 +00:00
.SH FILES
.I ~/.gnucash/config.auto
.RS
2002-01-25 23:23:34 +00:00
Automatically generated per-user configuration file. DO NOT EDIT
2000-06-02 09:00:31 +00:00
MANUALLY!
.SH ENVIRONMENT
.IP GNC_DEBUG
Enable debugging output. This allows you to turn on the debugging
2002-01-25 23:23:34 +00:00
earlier in the startup process than you can with
2000-06-02 09:00:31 +00:00
.B --debug.
2002-09-26 16:57:18 +00:00
.IP GUILE_LOAD_PATH
2002-01-25 23:23:34 +00:00
An override for the
.B GnuCash
scheme load path. You shouldn't need to alter this. For more
2000-06-02 09:00:31 +00:00
information see the README file.
2002-09-26 16:57:18 +00:00
.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.
2000-06-02 09:00:31 +00:00
.SH BUGS
2002-01-25 23:23:34 +00:00
.B Please report any bugs using the bug reporting form on the
.B GnuCash
2000-06-02 09:00:31 +00:00
web site.
.SH "SEE ALSO"
2002-01-25 23:23:34 +00:00
.B GnuCash
2000-06-02 09:00:31 +00:00
has extensive on-line help available from the "help" menu.
2002-01-25 23:23:34 +00:00
Additional information and the latest version is available
2000-06-02 09:00:31 +00:00
at the web site:
.B http://gnucash.org
.SH AUTHOR
Robert Merkel <rgmerk@mira.net> wrote this manpage.
2002-01-25 23:23:34 +00:00
.B GnuCash
2000-06-02 09:00:31 +00:00
was written by Robin Clark, Linas Vepstas, and a cast of thousands.