mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:03:03 +01:00
Oops, committed too soon and missed the other minor syntax error.
This commit is contained in:
parent
ecf60a866f
commit
194b379b68
@ -683,7 +683,7 @@ begin
|
||||
CommandLine:=GetCmdTail;
|
||||
|
||||
if ((pos('HELP',Uppercase(CommandLine)) > 0) or
|
||||
(pos('--',Uppercase(CommandLine)) > 0)
|
||||
(pos('--',Uppercase(CommandLine)) > 0) )
|
||||
// or
|
||||
// (pos('/?',Uppercase(CommandLine)) > 0) or // InnoSetup displays its own help if these switches are passed.
|
||||
// (pos('/H',Uppercase(CommandLine)) > 0) ) // Note also that our help scren only appears after the Choose Language dialogue :-(
|
||||
|
Loading…
Reference in New Issue
Block a user