mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
04.55.2007 5b642b97f6ec8376e0ae9b9d9f87d8da52f9aaae
refs
author jvergara <jvergara@localhost>
Wednesday, July 4, 2007 15:55 +0200
committer jvergara <jvergara@localhost>
Wednesday, July 4, 2007 15:55 +0200
commit5b642b97f6ec8376e0ae9b9d9f87d8da52f9aaae
tree c5f7d3b1e703e48d51d863a9bdb5c05cd748eb6c tree | zip | gz
parent 56270cbd8af4c286cac86138098a2b8017dd9151 view | diff
In the case where the user asked for the usage of the setup, uninstall or upgrade CLI, we were returning an error code systematically (the error code corresponding to an error in the data provided by the user).  
With this modifications when the user asks for the usage explicitly we return an error code 0. In addition to that, when the usage is asked explicitly in the command line for the usage it is written to the standard output. When we display the usage because of an error on the data provided by the user the usage is displayed in the error output.
4 files modified
51 ■■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/Launcher.java 36 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java 7 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/uninstaller/UninstallLauncher.java 4 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/upgrader/UpgradeLauncher.java 4 ●●●● diff | view | raw | blame | history