diff options
author | thdox <thdox@free.fr> | 2015-02-24 16:12:49 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-02-24 20:33:55 +0100 |
commit | 71e77570b717563244673d4aa525a3b049762983 (patch) | |
tree | 35d29469f9be61d46c0499960fd5aa795c1a2e84 /doc/ledger3.texi | |
parent | fd8386eb236b0092ff30c3c38b4e0d24c6fccc60 (diff) | |
download | fork-ledger-71e77570b717563244673d4aa525a3b049762983.tar.gz fork-ledger-71e77570b717563244673d4aa525a3b049762983.tar.bz2 fork-ledger-71e77570b717563244673d4aa525a3b049762983.zip |
ledger --help actually prints the man page.
Diffstat (limited to 'doc/ledger3.texi')
-rw-r--r-- | doc/ledger3.texi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index f541743b..d134991d 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -403,10 +403,11 @@ install` to install. If these intructions do not work for you can check the @section Getting help @findex help -Ledger has a complete online help system based on GNU Info. This -manual can be searched directly from the command-line using the -following options: @code{ledger --help} brings up this entire manual in -your TTY. +Ledger has a complete online help system based on GNU Info. This manual +can be searched directly from the command-line using @code{info ledger}, +which will bring up this entire manual in your TTY. Alternatively, the +shorter man page can be accessed from the command-line either via +@code{man ledger} or @code{ledger --help} If you need help on how to use Ledger, or run into problems, you can join the Ledger mailing list at @@ -5514,7 +5515,7 @@ Generate transactions based on previous postings. @item --help @itemx -h -Print summary of all options. +Display the man page for @file{ledger}. @item --version Print version information and exit. @@ -5857,7 +5858,7 @@ database. @item --help @itemx -h -Display the man page for ledger. +Display the man page for @file{ledger}. @item --init-file @var{FILE} Specify the location of the init file. The default is @file{~/.ledgerrc}. @@ -6779,8 +6780,7 @@ variables}), instead of using actual command-line options: @item --help @itemx -h -Print a summary of all the options, and what they are used for. This -can be a handy way to remember which options do what. +Display the man page for @file{ledger}. @item --version Print the current version of ledger and exits. This is useful for |