mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 20:02:27 +03:00
Update the instructions for the add command
This commit is contained in:
parent
e1bbefbd1b
commit
9b6652b93f
@ -105,7 +105,7 @@ showHelp = hPutStr stderr $ unlines [
|
||||
,"Use tab key to complete, readline keys to edit, enter to accept defaults."
|
||||
,"An optional (CODE) may follow transaction dates."
|
||||
,"An optional ; COMMENT may follow descriptions or amounts."
|
||||
,"If you make a mistake, enter < at any prompt to restart the transaction."
|
||||
,"If you make a mistake, enter < at any prompt to go one step backward."
|
||||
,"To end a transaction, enter . when prompted."
|
||||
,"To quit, enter . at a date prompt or press control-d or control-c."
|
||||
]
|
||||
|
@ -28,7 +28,7 @@ Features:
|
||||
it will be added to any bare numbers entered.
|
||||
- A parenthesised transaction [code](#entries) may be entered following a date.
|
||||
- [Comments](#comments) and tags may be entered following a description or amount.
|
||||
- If you make a mistake, enter `<` at any prompt to restart the transaction.
|
||||
- If you make a mistake, enter `<` at any prompt to go one step backward.
|
||||
- Input prompts are displayed in a different colour when the terminal supports it.
|
||||
|
||||
Example (see the [tutorial](step-by-step.html#record-a-transaction-with-hledger-add) for a detailed explanation):
|
||||
@ -40,7 +40,7 @@ Any command line arguments will be used as defaults.
|
||||
Use tab key to complete, readline keys to edit, enter to accept defaults.
|
||||
An optional (CODE) may follow transaction dates.
|
||||
An optional ; COMMENT may follow descriptions or amounts.
|
||||
If you make a mistake, enter < at any prompt to restart the transaction.
|
||||
If you make a mistake, enter < at any prompt to go one step backward.
|
||||
To end a transaction, enter . when prompted.
|
||||
To quit, enter . at a date prompt or press control-d or control-c.
|
||||
Date [2015/05/22]:
|
||||
|
@ -29,8 +29,8 @@ Features:
|
||||
bare numbers entered.
|
||||
- A parenthesised transaction code may be entered following a date.
|
||||
- Comments and tags may be entered following a description or amount.
|
||||
- If you make a mistake, enter < at any prompt to restart the
|
||||
transaction.
|
||||
- If you make a mistake, enter < at any prompt to go one step
|
||||
backward.
|
||||
- Input prompts are displayed in a different colour when the terminal
|
||||
supports it.
|
||||
|
||||
@ -42,7 +42,7 @@ Any command line arguments will be used as defaults.
|
||||
Use tab key to complete, readline keys to edit, enter to accept defaults.
|
||||
An optional (CODE) may follow transaction dates.
|
||||
An optional ; COMMENT may follow descriptions or amounts.
|
||||
If you make a mistake, enter < at any prompt to restart the transaction.
|
||||
If you make a mistake, enter < at any prompt to go one step backward.
|
||||
To end a transaction, enter . when prompted.
|
||||
To quit, enter . at a date prompt or press control-d or control-c.
|
||||
Date [2015/05/22]:
|
||||
|
@ -1843,8 +1843,8 @@ A parenthesised transaction code may be entered following a date.
|
||||
.IP \[bu] 2
|
||||
Comments and tags may be entered following a description or amount.
|
||||
.IP \[bu] 2
|
||||
If you make a mistake, enter \f[C]<\f[R] at any prompt to restart the
|
||||
transaction.
|
||||
If you make a mistake, enter \f[C]<\f[R] at any prompt to go one step
|
||||
backward.
|
||||
.IP \[bu] 2
|
||||
Input prompts are displayed in a different colour when the terminal
|
||||
supports it.
|
||||
@ -1859,7 +1859,7 @@ Any command line arguments will be used as defaults.
|
||||
Use tab key to complete, readline keys to edit, enter to accept defaults.
|
||||
An optional (CODE) may follow transaction dates.
|
||||
An optional ; COMMENT may follow descriptions or amounts.
|
||||
If you make a mistake, enter < at any prompt to restart the transaction.
|
||||
If you make a mistake, enter < at any prompt to go one step backward.
|
||||
To end a transaction, enter . when prompted.
|
||||
To quit, enter . at a date prompt or press control-d or control-c.
|
||||
Date [2015/05/22]:
|
||||
|
@ -1424,8 +1424,8 @@ or press control-d or control-c to exit.
|
||||
bare numbers entered.
|
||||
* A parenthesised transaction code may be entered following a date.
|
||||
* Comments and tags may be entered following a description or amount.
|
||||
* If you make a mistake, enter '<' at any prompt to restart the
|
||||
transaction.
|
||||
* If you make a mistake, enter '<' at any prompt to go one step
|
||||
backward.
|
||||
* Input prompts are displayed in a different colour when the terminal
|
||||
supports it.
|
||||
|
||||
@ -1437,7 +1437,7 @@ Any command line arguments will be used as defaults.
|
||||
Use tab key to complete, readline keys to edit, enter to accept defaults.
|
||||
An optional (CODE) may follow transaction dates.
|
||||
An optional ; COMMENT may follow descriptions or amounts.
|
||||
If you make a mistake, enter < at any prompt to restart the transaction.
|
||||
If you make a mistake, enter < at any prompt to go one step backward.
|
||||
To end a transaction, enter . when prompted.
|
||||
To quit, enter . at a date prompt or press control-d or control-c.
|
||||
Date [2015/05/22]:
|
||||
|
@ -1253,8 +1253,8 @@ COMMANDS
|
||||
|
||||
o Comments and tags may be entered following a description or amount.
|
||||
|
||||
o If you make a mistake, enter < at any prompt to restart the transac-
|
||||
tion.
|
||||
o If you make a mistake, enter < at any prompt to go one step
|
||||
backward.
|
||||
|
||||
o Input prompts are displayed in a different colour when the terminal
|
||||
supports it.
|
||||
@ -1267,7 +1267,7 @@ COMMANDS
|
||||
Use tab key to complete, readline keys to edit, enter to accept defaults.
|
||||
An optional (CODE) may follow transaction dates.
|
||||
An optional ; COMMENT may follow descriptions or amounts.
|
||||
If you make a mistake, enter < at any prompt to restart the transaction.
|
||||
If you make a mistake, enter < at any prompt to go one step backward.
|
||||
To end a transaction, enter . when prompted.
|
||||
To quit, enter . at a date prompt or press control-d or control-c.
|
||||
Date [2015/05/22]:
|
||||
|
Loading…
Reference in New Issue
Block a user