From 3f780fe564557d8742f97b1d9e0b41491e41bb02 Mon Sep 17 00:00:00 2001
From: Srivats P
Date: Mon, 1 Jan 2018 09:43:27 +0530
Subject: [PATCH] Fix error message to specify -c instead of -s
---
client/mainwindow.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp
index fd8020f..8138657 100644
--- a/client/mainwindow.cpp
+++ b/client/mainwindow.cpp
@@ -405,7 +405,7 @@ void MainWindow::reportLocalServerError()
tr("If you have remote drone agents running, you can still add "
"and connect to them.
"
"If you don't want to start the local drone agent at startup, "
- "provide the -s option to Ostinato on the command line.
"
+ "provide the -c option to Ostinato on the command line.
"
"Learn about Ostinato's Controller-Agent "
"architecture
").arg(jumpUrl("arch")));
}