Remove duplicate negated option indicator in wxCmdLineParser help.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Apr 2011 11:17:36 +0000 (11:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Apr 2011 11:17:36 +0000 (11:17 +0000)
commita6fd3ed8834a8523b671dccfa2cc18c2fcf69600
tree011976dae1630c7cc31ec7b41ac19587493b10d8
parentf3b1d0fc56fd93f17244c186d7f961797efc35e3
Remove duplicate negated option indicator in wxCmdLineParser help.

The indicator of a negatable option (one with wxCMD_LINE_SWITCH_NEGATABLE
flag) appeared twice in the usage message, don't add it the second time.

Closes #13157.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/cmdline.cpp