diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-12 11:44:45 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-15 14:53:17 +0100 |
commit | 3bf4d05989c0f674b782b1be464c112eaf94e07d (patch) | |
tree | a7ff88b81036ef34940a53544a72dad71b16c71f /doc/ledger.1 | |
parent | 012ce5ef10168cfbfe8a7eccfb4de7cc9e2cd76d (diff) | |
download | fork-ledger-3bf4d05989c0f674b782b1be464c112eaf94e07d.tar.gz fork-ledger-3bf4d05989c0f674b782b1be464c112eaf94e07d.tar.bz2 fork-ledger-3bf4d05989c0f674b782b1be464c112eaf94e07d.zip |
[doc] Minor typographical improvements to manpage
[ci skip]
Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index 3e4e66ad..3b9a982f 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -405,10 +405,10 @@ Specify the format to use for the report .It Fl \-current Pq Fl c Shorthand for -.Nm --limit 'date <= today' . +.Fl \-limit Ar "'date <= today'" . .It Fl \-daily Pq Fl D Shorthand for -.Nm --period Ar 'daily' . +.Fl \-period Ar "daily" . .It Fl \-date Ar EXPR Transform the date of the transaction using .Ar EXPR . @@ -621,7 +621,7 @@ Specify the width of the Meta column used for the options. .It Fl \-monthly Pq Fl M Shorthand for -.Fl \-period Ar 'monthly' . +.Fl \-period Ar "monthly" . .It Fl \-no-aliases Aliases are completely ignored. .It Fl \-no-color @@ -728,8 +728,8 @@ Show primary dates for all calculations. Alias for .It Fl \-quantity Pq Fl O Report commodity totals (this is the default). .It Fl \-quarterly -Synonym for -\Fl \-period Ar 'quarterly' . +Shorthand for +.Fl \-period Ar "quarterly" . .It Fl \-raw In the .Nm print @@ -851,13 +851,13 @@ ledger will produce memory trace information. .It Fl \-version Print version information and exit. .It Fl \-weekly Pq Fl W -Synonym for -.Fl \-period Ar 'weekly' . +Shorthand for +.Fl \-period Ar "weekly" . .It Fl \-wide Pq Fl w Assume 132 columns instead of 80. .It Fl \-yearly Pq Fl Y -Synonym for -.Fl \-period Ar 'yearly' . +Shorthand for +.Fl \-period Ar "yearly" . .El .Pp .Sh PRE-COMMANDS |