From 4a76bd077565feb87e94bcc58eb94f5cbcd7fcbf Mon Sep 17 00:00:00 2001 From: Penguin-Guru Date: Sun, 21 Nov 2021 07:15:49 -0800 Subject: [PATCH] Added warning that --scripts does not seem to work. --- interface/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 471e866f32..e690615037 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -108,7 +108,7 @@ int main(int argc, const char* argv[]) { ); QCommandLineOption scriptsOption( "scripts", - "Set path for defaultScripts. These are probably scripts that run automatically.", + "Set path for defaultScripts. These are probably scripts that run automatically. This parameter does not seem to work.", "dir" ); QCommandLineOption allowMultipleInstancesOption(