From a032ef9671cb707bbf8af522b72d07023d2ce876 Mon Sep 17 00:00:00 2001 From: skilion Date: Tue, 22 Sep 2015 11:52:57 +0200 Subject: [PATCH] changed help message --- src/main.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.d b/src/main.d index 7664e431..858415d8 100644 --- a/src/main.d +++ b/src/main.d @@ -10,7 +10,7 @@ void main(string[] args) auto opt = getopt( args, "monitor|m", "Keep monitoring for local and remote changes.", &monitor, - "resync", "Forget the local state and perform a full sync.", &resync, + "resync", "Forget the last saved state, perform a full sync.", &resync, "verbose|v", "Print more details, useful for debugging.", &verbose ); if (opt.helpWanted) {