summaryrefslogtreecommitdiff
path: root/UConfig.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UConfig.pas')
-rw-r--r--UConfig.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/UConfig.pas b/UConfig.pas
index 2c419b7..a4a9978 100644
--- a/UConfig.pas
+++ b/UConfig.pas
@@ -1197,7 +1197,7 @@ begin
WriteLn(' --left=<path> Start left panel at <path>');
WriteLn(' --right=<path> Start right panel at <path>');
WriteLn(' --lang=<language> Force GUI language (the string <language> is');
- WriteLn(' standard two-char language id');
+ WriteLn(' standard two-char language id)');
InternalQuickExit := True;
Halt(1);
end else WriteLn('tuxcmd: Unknown commandline option: ', ParamStr(i));