aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@calcurse.org>2016-02-02 08:16:08 +0100
committerLukas Fleischer <lfleischer@calcurse.org>2016-02-02 08:16:08 +0100
commit8bdf0c0b3b8870157f50554ea51d4751d0b7efa9 (patch)
tree3aa068fa47a5e5fdfc9cd42f033c26e9530167ba
parent4671a028465bc40192d4bd20f54a2aa1d1ddc7ef (diff)
downloadcalcurse-8bdf0c0b3b8870157f50554ea51d4751d0b7efa9.tar.gz
calcurse-8bdf0c0b3b8870157f50554ea51d4751d0b7efa9.zip
calcurse-caldav: Reword dry-run warning
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
-rwxr-xr-xcontrib/caldav/calcurse-caldav.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/caldav/calcurse-caldav.py b/contrib/caldav/calcurse-caldav.py
index 806f2e4..21bcfac 100755
--- a/contrib/caldav/calcurse-caldav.py
+++ b/contrib/caldav/calcurse-caldav.py
@@ -442,9 +442,9 @@ else:
# Show disclaimer when performing a dry run.
if dry_run:
- print('Dry run. Nothing is actually imported/exported.')
- print('Edit the configuration file and add "DryRun = No" to the [General] section')
- print('to enable synchronization.')
+ warn(('Dry run; nothing is imported/exported. Add "DryRun = No" to the '
+ '[General] section in the configuration file to enable '
+ 'synchronization.'))
# Check whether the specified calcurse binary is executable and compatible.
ver = calcurse_version()