Fixed a bug exposed when doing something like this: <program> -notanoption --help
authorChris Lattner <sabre@nondot.org>
Wed, 25 Jul 2001 18:40:49 +0000 (18:40 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 25 Jul 2001 18:40:49 +0000 (18:40 +0000)
commit3805e4ccfa6b908c5035256ea6ee51e219f029db
treece32dc0d5ef4b09ee0c8eb29eb2184755a4eb0a6
parentb2d11bad7e8daf2a5581cce7d394ffd0c6bb7a01
Fixed a bug exposed when doing something like this:   <program> -notanoption --help

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp
support/lib/Support/CommandLine.cpp