diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 9db5d015..5fedbde5 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -6138,7 +6138,8 @@ are using. @item --file @var{FILE} @itemx -f @var{FILE} -Read @file{FILE} as a ledger file. This command may be used multiple +Read @file{FILE} as a ledger file. @var{FILE} can be @samp{-} that is +a synonym of @samp{/dev/stdin}. This command may be used multiple times. Typically, the environment variable @env{LEDGER_FILE} is set, rather than using this command-line option. |