diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-11 03:12:49 +0100 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-01-11 03:12:49 +0100 |
commit | 78858382a56b43a9172869f8e8abc9dd8a8bc982 (patch) | |
tree | 3b572d0d7430f2a4cf11bc7816b5fda25172a5f3 /doc/ledger.1 | |
parent | b34ad977d9fca19433bfcd87d8841874c0513823 (diff) | |
download | fork-ledger-78858382a56b43a9172869f8e8abc9dd8a8bc982.tar.gz fork-ledger-78858382a56b43a9172869f8e8abc9dd8a8bc982.tar.bz2 fork-ledger-78858382a56b43a9172869f8e8abc9dd8a8bc982.zip |
[doc] Insert Ar to separate argument from option
for --period synonyms like --monthly, et al.
[ci skip]
Diffstat (limited to 'doc/ledger.1')
-rw-r--r-- | doc/ledger.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ledger.1 b/doc/ledger.1 index c979bacb..6995e2c8 100644 --- a/doc/ledger.1 +++ b/doc/ledger.1 @@ -408,7 +408,7 @@ Shorthand for .Nm --limit 'date <= today' . .It Fl \-daily Pq Fl D Shorthand for -.Nm --period 'daily' . +.Nm --period Ar 'daily' . .It Fl \-date Ar EXPR Transform the date of the transaction using .Ar EXPR . @@ -612,7 +612,7 @@ Specify the width of the Meta column used for the options. .It Fl \-monthly Pq Fl M Shorthand for -.Fl \-period 'monthly' . +.Fl \-period Ar 'monthly' . .It Fl \-no-aliases Aliases are completely ignored. .It Fl \-no-color @@ -714,7 +714,7 @@ Show primary dates for all calculations. Alias for Report commodity totals (this is the default). .It Fl \-quarterly Synonym for -\Fl \-period 'quarterly' . +\Fl \-period Ar 'quarterly' . .It Fl \-raw In the .Nm print @@ -834,12 +834,12 @@ ledger will produce memory trace information. Print version information and exit. .It Fl \-weekly Pq Fl W Synonym for -.Fl \-period 'weekly' . +.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 'yearly' . +.Fl \-period Ar 'yearly' . .El .Pp .Sh PRE-COMMANDS |