File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- #region Copyright © 2011 Paul Welter. All rights reserved.
1
+ #region Copyright © 2011 Paul Welter. All rights reserved.
2
2
/*
3
- Copyright © 2005 Paul Welter. All rights reserved.
3
+ Copyright © 2005 Paul Welter. All rights reserved.
4
4
5
5
Redistribution and use in source and binary forms, with or without
6
6
modification, are permitted provided that the following conditions
@@ -221,7 +221,7 @@ protected override string GenerateCommandLineCommands()
221
221
if ( ForceEnglishOutput )
222
222
builder . AppendSwitch ( "-ForceEnglishOutput" ) ;
223
223
224
- builder . AppendSwitchIfNotNull ( "-Exclude" , Exclude ) ;
224
+ builder . AppendSwitchIfNotNull ( "-Exclude " , Exclude ) ;
225
225
builder . AppendSwitchIfNotNull ( "-Properties " , Properties ) ;
226
226
227
227
return builder . ToString ( ) ;
@@ -250,4 +250,4 @@ protected override void LogEventsFromTextOutput(string singleLine, MessageImport
250
250
OutputFilePath = outputFilePathMatch . Groups [ "filename" ] . Value ;
251
251
}
252
252
}
253
- }
253
+ }
You can’t perform that action at this time.
0 commit comments