Remove systemdialogs option from configuration
The option controls the welcome window and the export/import result messages. The former is dropped. The latter are now always displayed unless calcurse is invoked with the "quiet" option (-q). Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
223f722b1d
commit
5942c0760d
@@ -97,7 +97,7 @@ static void usage(void)
|
||||
"calcurse [-D <directory>] [-C <directory>] [-c <calendar file>]\n"
|
||||
"calcurse -Q [--from <date>] [--to <date>] [--days <number>]\n"
|
||||
"calcurse -a | -d <date> | -d <number> | -n | -r[<number>] | -s[<date>] | -t[<number>]\n"
|
||||
"calcurse -h | -v | --status | -G | -P | -g | -i <file> | -x[<file>] | --daemon"));
|
||||
"calcurse -h | -v | --status | -G | -P | -g | -i <file> | -x[<format>] | --daemon"));
|
||||
}
|
||||
|
||||
static void usage_try(void)
|
||||
@@ -149,7 +149,7 @@ static void help_arg(void)
|
||||
printf("%s\n", _(" -g, --gc Run the garbage collector"));
|
||||
printf("%s\n", _(" -h, --help Show this help text"));
|
||||
printf("%s\n", _(" -i, --import <file> Import iCal data from file"));
|
||||
printf("%s\n", _(" -q, --quiet Suppress system dialogs"));
|
||||
printf("%s\n", _(" -q, --quiet Suppress import/export result message"));
|
||||
printf("%s\n", _(" --read-only Do not save configuration or data files"));
|
||||
printf("%s\n", _(" --status Display status of running instances"));
|
||||
printf("%s\n", _(" -v, --version Show version information"));
|
||||
|
||||
Reference in New Issue
Block a user