diff options
Diffstat (limited to 'src/classes/UCommandLine.pas')
-rw-r--r-- | src/classes/UCommandLine.pas | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/classes/UCommandLine.pas b/src/classes/UCommandLine.pas index 3c56c606..8bdc4f5a 100644 --- a/src/classes/UCommandLine.pas +++ b/src/classes/UCommandLine.pas @@ -57,7 +57,6 @@ const cHelp = 'help'; cDebug = 'debug'; cMediaInterfaces = 'showinterfaces'; - cUseLocalPaths = 'localpaths'; implementation @@ -98,11 +97,7 @@ begin writeln( ' '+s( 'Switch' ) +' : Purpose' ); writeln( ' ----------------------------------------------------------' ); writeln( ' '+s( cMediaInterfaces ) + #9 + ' : Show in-use media interfaces' ); - writeln( ' '+s( cUseLocalPaths ) + #9 + ' : Use relative paths' ); writeln( ' '+s( cDebug ) + #9 + ' : Display Debugging info' ); - - - writeln( '' ); platform.halt; |