update manuals

This commit is contained in:
Simon Michael 2018-09-07 12:44:17 -07:00
parent c3b00f9bd7
commit a385fa7f00
9 changed files with 174 additions and 143 deletions

View File

@ -78,6 +78,11 @@ Conversion rules file to use when reading CSV (default: FILE.rules)
.RS
.RE
.TP
.B \f[C]\-\-separator=CHAR\f[]
Field separator to expect when reading CSV (default: `,')
.RS
.RE
.TP
.B \f[C]\-\-alias=OLD=NEW\f[]
rename accounts named OLD to NEW
.RS

View File

@ -61,6 +61,9 @@ the data.
'--rules-file=RULESFILE'
Conversion rules file to use when reading CSV (default: FILE.rules)
'--separator=CHAR'
Field separator to expect when reading CSV (default: ',')
'--alias=OLD=NEW'
rename accounts named OLD to NEW
@ -379,17 +382,17 @@ Tag Table:
Node: Top71
Node: OPTIONS829
Ref: #options926
Node: KEYS4143
Ref: #keys4238
Node: SCREENS7197
Ref: #screens7282
Node: Accounts screen7372
Ref: #accounts-screen7500
Node: Register screen9730
Ref: #register-screen9885
Node: Transaction screen11959
Ref: #transaction-screen12117
Node: Error screen12987
Ref: #error-screen13109
Node: KEYS4226
Ref: #keys4321
Node: SCREENS7280
Ref: #screens7365
Node: Accounts screen7455
Ref: #accounts-screen7583
Node: Register screen9813
Ref: #register-screen9968
Node: Transaction screen12042
Ref: #transaction-screen12200
Node: Error screen13070
Ref: #error-screen13192

End Tag Table

View File

@ -60,6 +60,9 @@ OPTIONS
Conversion rules file to use when reading CSV (default:
FILE.rules)
--separator=CHAR
Field separator to expect when reading CSV (default: `,')
--alias=OLD=NEW
rename accounts named OLD to NEW

View File

@ -133,6 +133,11 @@ Conversion rules file to use when reading CSV (default: FILE.rules)
.RS
.RE
.TP
.B \f[C]\-\-separator=CHAR\f[]
Field separator to expect when reading CSV (default: `,')
.RS
.RE
.TP
.B \f[C]\-\-alias=OLD=NEW\f[]
rename accounts named OLD to NEW
.RS

View File

@ -106,6 +106,9 @@ options as shown above.
'--rules-file=RULESFILE'
Conversion rules file to use when reading CSV (default: FILE.rules)
'--separator=CHAR'
Field separator to expect when reading CSV (default: ',')
'--alias=OLD=NEW'
rename accounts named OLD to NEW

View File

@ -105,6 +105,9 @@ OPTIONS
Conversion rules file to use when reading CSV (default:
FILE.rules)
--separator=CHAR
Field separator to expect when reading CSV (default: `,')
--alias=OLD=NEW
rename accounts named OLD to NEW

View File

@ -188,6 +188,11 @@ Conversion rules file to use when reading CSV (default: FILE.rules)
.RS
.RE
.TP
.B \f[C]\-\-separator=CHAR\f[]
Field separator to expect when reading CSV (default: `,')
.RS
.RE
.TP
.B \f[C]\-\-alias=OLD=NEW\f[]
rename accounts named OLD to NEW
.RS

View File

@ -164,6 +164,9 @@ by most hledger commands, run 'hledger -h'.
'--rules-file=RULESFILE'
Conversion rules file to use when reading CSV (default: FILE.rules)
'--separator=CHAR'
Field separator to expect when reading CSV (default: ',')
'--alias=OLD=NEW'
rename accounts named OLD to NEW
@ -2450,132 +2453,132 @@ Node: OPTIONS3636
Ref: #options3738
Node: General options4103
Ref: #general-options4228
Node: Command options6827
Ref: #command-options6978
Node: Command arguments7376
Ref: #command-arguments7530
Node: Argument files7651
Ref: #argument-files7802
Node: Special characters8068
Ref: #special-characters8221
Node: Input files9640
Ref: #input-files9776
Node: Smart dates11746
Ref: #smart-dates11887
Node: Report start & end date13293
Ref: #report-start-end-date13463
Node: Report intervals14528
Ref: #report-intervals14691
Node: Period expressions15092
Ref: #period-expressions15252
Node: Depth limiting19209
Ref: #depth-limiting19353
Node: Pivoting19695
Ref: #pivoting19813
Node: Cost21489
Ref: #cost21597
Node: Market value21715
Ref: #market-value21850
Node: Combining -B and -V23216
Ref: #combining--b-and--v23379
Node: Output destination23526
Ref: #output-destination23688
Node: Output format23971
Ref: #output-format24123
Node: Regular expressions24508
Ref: #regular-expressions24645
Node: QUERIES26006
Ref: #queries26108
Node: COMMANDS30070
Ref: #commands30182
Node: accounts31164
Ref: #accounts31262
Node: activity32508
Ref: #activity32618
Node: add32978
Ref: #add33077
Node: balance35738
Ref: #balance35849
Node: Classic balance report38932
Ref: #classic-balance-report39105
Node: Customising the classic balance report40474
Ref: #customising-the-classic-balance-report40702
Node: Colour support42776
Ref: #colour-support42943
Node: Flat mode43116
Ref: #flat-mode43264
Node: Depth limited balance reports43677
Ref: #depth-limited-balance-reports43877
Node: Multicolumn balance report44333
Ref: #multicolumn-balance-report44531
Node: Budget report49711
Ref: #budget-report49854
Ref: #output-format-152888
Node: balancesheet52966
Ref: #balancesheet53102
Node: balancesheetequity55413
Ref: #balancesheetequity55562
Node: cashflow56099
Ref: #cashflow56227
Node: check-dates58350
Ref: #check-dates58477
Node: check-dupes58594
Ref: #check-dupes58718
Node: close58855
Ref: #close58962
Node: help59292
Ref: #help59392
Node: import60466
Ref: #import60580
Node: incomestatement61310
Ref: #incomestatement61444
Node: prices63848
Ref: #prices63963
Node: print64235
Ref: #print64345
Node: print-unique69239
Ref: #print-unique69365
Node: register69433
Ref: #register69560
Node: Custom register output74061
Ref: #custom-register-output74190
Node: register-match75420
Ref: #register-match75554
Node: rewrite75737
Ref: #rewrite75854
Node: stats75923
Ref: #stats76026
Node: tags76896
Ref: #tags76994
Node: test77230
Ref: #test77314
Node: ADD-ON COMMANDS78022
Ref: #add-on-commands78132
Node: Official add-ons79419
Ref: #official-add-ons79559
Node: api79646
Ref: #api79735
Node: ui79787
Ref: #ui79886
Node: web79944
Ref: #web80033
Node: Third party add-ons80079
Ref: #third-party-add-ons80254
Node: diff80389
Ref: #diff80486
Node: iadd80585
Ref: #iadd80699
Node: interest80782
Ref: #interest80903
Node: irr80998
Ref: #irr81096
Node: Experimental add-ons81174
Ref: #experimental-add-ons81326
Node: autosync81606
Ref: #autosync81717
Node: chart81956
Ref: #chart82075
Node: check82146
Ref: #check82248
Node: Command options6910
Ref: #command-options7061
Node: Command arguments7459
Ref: #command-arguments7613
Node: Argument files7734
Ref: #argument-files7885
Node: Special characters8151
Ref: #special-characters8304
Node: Input files9723
Ref: #input-files9859
Node: Smart dates11829
Ref: #smart-dates11970
Node: Report start & end date13376
Ref: #report-start-end-date13546
Node: Report intervals14611
Ref: #report-intervals14774
Node: Period expressions15175
Ref: #period-expressions15335
Node: Depth limiting19292
Ref: #depth-limiting19436
Node: Pivoting19778
Ref: #pivoting19896
Node: Cost21572
Ref: #cost21680
Node: Market value21798
Ref: #market-value21933
Node: Combining -B and -V23299
Ref: #combining--b-and--v23462
Node: Output destination23609
Ref: #output-destination23771
Node: Output format24054
Ref: #output-format24206
Node: Regular expressions24591
Ref: #regular-expressions24728
Node: QUERIES26089
Ref: #queries26191
Node: COMMANDS30153
Ref: #commands30265
Node: accounts31247
Ref: #accounts31345
Node: activity32591
Ref: #activity32701
Node: add33061
Ref: #add33160
Node: balance35821
Ref: #balance35932
Node: Classic balance report39015
Ref: #classic-balance-report39188
Node: Customising the classic balance report40557
Ref: #customising-the-classic-balance-report40785
Node: Colour support42859
Ref: #colour-support43026
Node: Flat mode43199
Ref: #flat-mode43347
Node: Depth limited balance reports43760
Ref: #depth-limited-balance-reports43960
Node: Multicolumn balance report44416
Ref: #multicolumn-balance-report44614
Node: Budget report49794
Ref: #budget-report49937
Ref: #output-format-152971
Node: balancesheet53049
Ref: #balancesheet53185
Node: balancesheetequity55496
Ref: #balancesheetequity55645
Node: cashflow56182
Ref: #cashflow56310
Node: check-dates58433
Ref: #check-dates58560
Node: check-dupes58677
Ref: #check-dupes58801
Node: close58938
Ref: #close59045
Node: help59375
Ref: #help59475
Node: import60549
Ref: #import60663
Node: incomestatement61393
Ref: #incomestatement61527
Node: prices63931
Ref: #prices64046
Node: print64318
Ref: #print64428
Node: print-unique69322
Ref: #print-unique69448
Node: register69516
Ref: #register69643
Node: Custom register output74144
Ref: #custom-register-output74273
Node: register-match75503
Ref: #register-match75637
Node: rewrite75820
Ref: #rewrite75937
Node: stats76006
Ref: #stats76109
Node: tags76979
Ref: #tags77077
Node: test77313
Ref: #test77397
Node: ADD-ON COMMANDS78105
Ref: #add-on-commands78215
Node: Official add-ons79502
Ref: #official-add-ons79642
Node: api79729
Ref: #api79818
Node: ui79870
Ref: #ui79969
Node: web80027
Ref: #web80116
Node: Third party add-ons80162
Ref: #third-party-add-ons80337
Node: diff80472
Ref: #diff80569
Node: iadd80668
Ref: #iadd80782
Node: interest80865
Ref: #interest80986
Node: irr81081
Ref: #irr81179
Node: Experimental add-ons81257
Ref: #experimental-add-ons81409
Node: autosync81689
Ref: #autosync81800
Node: chart82039
Ref: #chart82158
Node: check82229
Ref: #check82331

End Tag Table

View File

@ -134,6 +134,9 @@ OPTIONS
Conversion rules file to use when reading CSV (default:
FILE.rules)
--separator=CHAR
Field separator to expect when reading CSV (default: `,')
--alias=OLD=NEW
rename accounts named OLD to NEW
@ -332,10 +335,6 @@ OPTIONS
Examples:
2004/10/1, 2004-01-01, exact date, several sepa-
2004.9.1 rators allowed. Year is
4+ digits, month is 1-12,
@ -398,6 +397,7 @@ OPTIONS
rent month
-p thismonth all transactions in the
current month
date:2016/3/17- the above written as
queries instead
date:-12/1
@ -531,6 +531,7 @@ OPTIONS
-p "every 2nd Monday" - period bound-
aries will be on second Monday of each
month
-p "every 11/05" - yearly periods with
boundaries on 5th of Nov
-p "every 5th Nov" - same