diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-02-24 16:30:56 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-02-24 16:30:56 -0800 |
commit | 9bf6b1b69e7b95792a10ade7874aaa7933e833ad (patch) | |
tree | 4f194550fa2f3e8fdb335dce8660c4c41c5387da /cpp/src | |
parent | Fix 3752 - upgradeicegrid.py broken under windows (diff) | |
download | ice-9bf6b1b69e7b95792a10ade7874aaa7933e833ad.tar.bz2 ice-9bf6b1b69e7b95792a10ade7874aaa7933e833ad.tar.xz ice-9bf6b1b69e7b95792a10ade7874aaa7933e833ad.zip |
removing unused preprocessor options in icestormadmin help message
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceStorm/Admin.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/IceStorm/Admin.cpp b/cpp/src/IceStorm/Admin.cpp index 5d642e4d288..71a483796c4 100644 --- a/cpp/src/IceStorm/Admin.cpp +++ b/cpp/src/IceStorm/Admin.cpp @@ -43,10 +43,6 @@ Client::usage() "Options:\n" "-h, --help Show this message.\n" "-v, --version Display the Ice version.\n" - "-DNAME Define NAME as 1.\n" - "-DNAME=DEF Define NAME as DEF.\n" - "-UNAME Remove any definition for NAME.\n" - "-IDIR Put DIR in the include file search path.\n" "-e COMMANDS Execute COMMANDS.\n" "-d, --debug Print debug messages.\n" ; |