diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-28 00:02:15 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-01-28 00:04:00 +0100 |
commit | 6061fec01d8c34e38cd5921f629e560c1222aa01 (patch) | |
tree | cd0f4a9971414c32adc855a263bd123e7b4f53ab /doc | |
parent | d127ce944774e500daff4453f0f12bb689d0f3f7 (diff) | |
download | calcurse-6061fec01d8c34e38cd5921f629e560c1222aa01.tar.gz calcurse-6061fec01d8c34e38cd5921f629e560c1222aa01.zip |
Add a --daemon command-line parameter
When specifying --daemon, calcurse immediately forks and runs the
notification daemon in the background.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index 3266ecb..a388fe0 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -200,6 +200,10 @@ second form is equivalent to `-Q --filter-type cal --days <num>`. Note: as for the `-a` flag, the calendar from which to read the appointments can be specified using the `-c` flag. +`--daemon`:: + Start calcurse in background mode. See <<basics_daemon,Background mode>> for + details. + `--days <num>`:: Specify the length of the range (in days) when used with `-Q`. Cannot be combined with `--to`. |