From b08dcac0420a962daeb4f7406fb6fc9fa13f1cc7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 10 Jul 2010 14:57:46 +0000 Subject: [PATCH] docs: manual fixes --- MANUAL.markdown | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/MANUAL.markdown b/MANUAL.markdown index 7bc21d9fb..e68c86ce0 100644 --- a/MANUAL.markdown +++ b/MANUAL.markdown @@ -80,9 +80,9 @@ with the cabal-install tool: windows, unless possibly with cygwin. - `-fweb` builds the [web](#web) command, enabling a web-based user - interface (requires ghc 6.12). If you are stuck with ghc 6.10, you - can use `-fweb610` instead, to build an older version of the - [web](#web) command. + interface. This requires GHC 6.12. If you are stuck with GHC 6.10, + you can use `-fweb610` instead, to build an older version of the web + interface. If you have any trouble, proceed at once to [Troubleshooting](#troubleshooting) for help! @@ -370,7 +370,8 @@ to the journal. It is experimental. Examples: -$ hledger add $ hledger add accounts:personal:bob + $ hledger add + $ hledger add accounts:personal:bob ##### web @@ -388,10 +389,10 @@ Examples: $ hledger web -E -B --depth 2 $ hledger web --port 5010 --base-url http://some.vhost.com --debug -f my.journal -About the edit command: warning, this is the first hledger feature which -can alter your existing journal data. You can edit, or erase, the journal -file through the web ui. There is no access control. A numbered backup of -the file will be saved at each edit, in normal circumstances (eg if file +Warning: unlike all other hledger features, the edit form can alter your +existing journal data. You can edit, or erase, the journal file through +the web ui. There is currently no access control. A numbered backup of the +file will be saved at each edit, in normal circumstances (eg if file permissions allow, disk is not full, etc.) There are some options specific to the web server: