summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/bbackupctl/bbackupctl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/bbackupctl/bbackupctl.cpp b/bin/bbackupctl/bbackupctl.cpp
index 4a5ee5a9..6f7c55f7 100644
--- a/bin/bbackupctl/bbackupctl.cpp
+++ b/bin/bbackupctl/bbackupctl.cpp
@@ -250,8 +250,8 @@ int main(int argc, const char *argv[])
case WaitForSyncStart:
case WaitForSyncEnd:
{
- // Check that it's in automatic mode,
- // because otherwise it'll never start
+ // Check that it's not in non-automatic mode,
+ // because then it'll never start
if(!autoBackup)
{