From 5942c0760dc49256c584e37368aeb3d4915f74f3 Mon Sep 17 00:00:00 2001 From: Lars Henriksen Date: Sat, 30 May 2020 23:23:03 +0200 Subject: 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 Signed-off-by: Lukas Fleischer --- src/args.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/args.c') diff --git a/src/args.c b/src/args.c index b2ccb0a..886429d 100644 --- a/src/args.c +++ b/src/args.c @@ -97,7 +97,7 @@ static void usage(void) "calcurse [-D ] [-C ] [-c ]\n" "calcurse -Q [--from ] [--to ] [--days ]\n" "calcurse -a | -d | -d | -n | -r[] | -s[] | -t[]\n" - "calcurse -h | -v | --status | -G | -P | -g | -i | -x[] | --daemon")); + "calcurse -h | -v | --status | -G | -P | -g | -i | -x[] | --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 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")); -- cgit v1.2.3-54-g00ecf