get rid of forceQuitInstruments (fix #2901)

This commit is contained in:
Jonathan Lipps
2014-06-19 11:24:42 -07:00
parent d2b5ae9853
commit 4777fa3ca7
5 changed files with 1 additions and 81 deletions
-10
View File
@@ -191,16 +191,6 @@ var args = [
, nargs: 0
}],
[['--force-quit-instruments', '-fqi'], {
defaultValue: false
, dest: 'forceQuitInstruments'
, action: 'storeTrue'
, required: false
, help: "Run the watcher process that will force-kill an " +
"unresponsive instruments"
, nargs: 0
}],
[['--app-pkg'], {
dest: 'androidPackage'
, defaultValue: null