From 4b2f9b705e3f8c1efe6f61229e0eabaee1ee7a69 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Wed, 26 Apr 2006 09:11:38 +0000 Subject: [PATCH] Properly quote marks. Bug #339731. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13861 57a11ea4-9604-0410-9ed3-97b8803252fd --- ChangeLog | 4 ++++ doc/gnucash.1.in | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95e8f55dcc..ff49ca66ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-04-26 Christian Stimming + + * doc/gnucash.1.in: Properly quote marks. Bug #339731. + 2006-04-25 David Hampton * src/import-export/qif-import/qif-to-gnc.scm: diff --git a/doc/gnucash.1.in b/doc/gnucash.1.in index 8191a21467..2cc292f634 100644 --- a/doc/gnucash.1.in +++ b/doc/gnucash.1.in @@ -31,23 +31,23 @@ usage information Show this help message .IP --debug Enable debugging mode -.IP --loglevel LOGLEVEL +.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 +.IP "--config-dir CONFIGDIR" Set configuration directory -.IP --share-dir SHAREDIR +.IP "--share-dir SHAREDIR" Set shared directory -.IP --load-path LOADPATH +.IP "--load-path LOADPATH" Set the search path for .scm files -.IP --doc-path DOCPATH +.IP "--doc-path DOCPATH" Set the search path for documentation files .IP --evaluate Evaluate the guile command -.IP --load FILE +.IP "--load FILE" Load the given .scm file -.IP --add-price-quotes FILE +.IP "--add-price-quotes FILE" Add price quotes to the given data file .IP --load-user-config Load the user configuration