diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-09-01 17:08:37 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-10-05 12:25:48 +0200 |
commit | 718a6cfee4916f347636215ee35313610793f9bd (patch) | |
tree | 766f456aba09ed277a7acc9a41424c5466434f05 /doc/calcurse.1.txt | |
parent | 711d5dea20679298192b25a5bbfe4fd70d9012d6 (diff) | |
download | calcurse-718a6cfee4916f347636215ee35313610793f9bd.zip |
Add command line argument to run the GC manually
Adds a "-g" option that allows for running the garbage collector for
note files manually. This is useful for users that do not use note files
at all or rarely edit/remove them.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'doc/calcurse.1.txt')
-rw-r--r-- | doc/calcurse.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/calcurse.1.txt b/doc/calcurse.1.txt index 884aa34..f611079 100644 --- a/doc/calcurse.1.txt +++ b/doc/calcurse.1.txt @@ -103,6 +103,9 @@ appointments can be specified using the *-c* flag. Specify the data directory to use. This option is incompatible with -c. If not specified, the default directory is *~/.calcurse/*. +*-g*, *--gc*:: + Run the garbage collector for note files and exit. + *-h*, *--help*:: Print a short help text describing the supported command-line options, and exit. |