Browse Source

+ V is avr help screen option

git-svn-id: trunk@18013 -
florian 14 years ago
parent
commit
5c9e0a7a1b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/options.pas

+ 3 - 0
compiler/options.pas

@@ -365,6 +365,9 @@ begin
       'S',
 {$endif}
 {$ifdef vis}
+      'I',
+{$endif}
+{$ifdef avr}
       'V',
 {$endif}
       '*' : show:=true;