summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
Diffstat (limited to 'win')
-rw-r--r--win/C#/Functions/QueryGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/QueryGenerator.cs b/win/C#/Functions/QueryGenerator.cs
index 0703b65ba..bb1c61ff2 100644
--- a/win/C#/Functions/QueryGenerator.cs
+++ b/win/C#/Functions/QueryGenerator.cs
@@ -538,7 +538,7 @@ namespace Handbrake.Functions
string query = string.Empty;
// Verbosity Level
- query += " -v " + Properties.Settings.Default.verboseLevel;
+ query += " --verbose=" + Properties.Settings.Default.verboseLevel;
// LibDVDNav
if (Properties.Settings.Default.noDvdNav)