gnucash/doc/gnucash.1.in
Christian Stimming 4b2f9b705e Properly quote marks. Bug #339731.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13861 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-04-26 09:11:38 +00:00

98 lines
2.4 KiB
Groff

.\" Written by Robert Merkel (rgmerk@mira.net)
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH GNUCASH 1 "@-DATE-@" Version "@-VERSION-@"
.SH NAME
gnucash \- personal finance manager
.SH SYNOPSIS
.B gnucash [options] [
.I accounts.gnc
.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 --usage
Show
.B GnuCash
usage information
.IP --help
Show this help message
.IP --debug
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"
Add price quotes to the given data file
.IP --load-user-config
Load the user configuration
.IP --load-system-config
Load the system configuration
.IP --rpc-server
Run the RPC Server
.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 http://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.