This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

g++ 2.96 doesn't recognize -h


Hi, 

the -h form of the --help option, listed in the documentation as
equivalent, is not recognized by gcc.

Regards
Martin


$ g++ -v --help
...
Usage: cpp [switches] input output
Switches:
...
  -h or --help              Display this information
...


$ g++ -v -h       
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.2/specs
g++: unrecognized option `-h'
gcc version 2.95.2 19991024 (release)
...

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]