mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
lib: add generated man files
This commit is contained in:
parent
1fca47cf18
commit
e23160059e
@ -1011,7 +1011,8 @@ include\ path/to/file.journal
|
||||
.PP
|
||||
If the path does not begin with a slash, it is relative to the current
|
||||
file.
|
||||
Glob patterns (\f[C]*\f[]) are not currently supported.
|
||||
The include file path may contain common glob patterns (e.g.
|
||||
\f[C]*\f[]).
|
||||
.PP
|
||||
The \f[C]include\f[] directive can only be used in journal files.
|
||||
It can include journal, timeclock or timedot files, but not CSV files.
|
||||
|
@ -878,7 +878,8 @@ directive, like this:
|
||||
include path/to/file.journal
|
||||
|
||||
If the path does not begin with a slash, it is relative to the
|
||||
current file. Glob patterns ('*') are not currently supported.
|
||||
current file. The include file path may contain common glob patterns
|
||||
(e.g. '*').
|
||||
|
||||
The 'include' directive can only be used in journal files. It can
|
||||
include journal, timeclock or timedot files, but not CSV files.
|
||||
|
@ -705,7 +705,8 @@ FILE FORMAT
|
||||
include path/to/file.journal
|
||||
|
||||
If the path does not begin with a slash, it is relative to the current
|
||||
file. Glob patterns (*) are not currently supported.
|
||||
file. The include file path may contain common glob patterns (e.g.
|
||||
*).
|
||||
|
||||
The include directive can only be used in journal files. It can
|
||||
include journal, timeclock or timedot files, but not CSV files.
|
||||
|
Loading…
Reference in New Issue
Block a user