cli: docs: note new aliases in manual

This commit is contained in:
Simon Michael 2017-09-14 06:19:59 -07:00
parent 80fefe9c43
commit 076424dedd
2 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
## balance ## balance
Show accounts and their balances. Alias: bal. Show accounts and their balances. Aliases: b, bal.
`--change` `--change`
: show balance change in each period (default) : show balance change in each period (default)

View File

@ -8,9 +8,9 @@ or scripts named `hledger-NAME` in your PATH, these will also be
listed as subcommands. listed as subcommands.
Run a subcommand by writing its name as first argument (eg `hledger Run a subcommand by writing its name as first argument (eg `hledger
incomestatement`). You can also write any unambiguous prefix of a incomestatement`). You can also write one of the standard short aliases
command name (`hledger inc`), or one of the standard short aliases displayed in parentheses in the command list (`hledger b`), or any
displayed in the command list (`hledger is`). any unambiguous prefix of a command name (`hledger inc`).
Here are all the builtin commands in alphabetical order. Here are all the builtin commands in alphabetical order.
See also `hledger` for a more organised command list, See also `hledger` for a more organised command list,
@ -24,7 +24,7 @@ for each command: name, synopsis, description, examples.
--> -->
## accounts ## accounts
Show account names. Show account names. Alias: a.
`--tree` `--tree`
: show short account names, as a tree : show short account names, as a tree
@ -462,7 +462,7 @@ you can alter the report mode with `--change`/`--cumulative`/`--historical`.
Print all market prices from the journal. Print all market prices from the journal.
## print ## print
Show transactions from the journal. Show transactions from the journal. Aliases: p, txns.
`-x --explicit` `-x --explicit`
: show all amounts explicitly : show all amounts explicitly
@ -551,7 +551,7 @@ $ hledger print -Ocsv
Print transactions which do not reuse an already-seen description. Print transactions which do not reuse an already-seen description.
## register ## register
Show postings and their running total. Alias: reg. Show postings and their running total. Aliases: r, reg.
`--cumulative` `--cumulative`
: show running total from report start date (default) : show running total from report start date (default)