Repository: aurora Updated Branches: refs/heads/master b4102defe -> 820e1540b
[cli] Remove unused --local flag to job inspect command Reviewed at https://reviews.apache.org/r/40249/ Project: http://git-wip-us.apache.org/repos/asf/aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/820e1540 Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/820e1540 Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/820e1540 Branch: refs/heads/master Commit: 820e1540bed8adfb3d93fde07d69a7efd16251fc Parents: b4102de Author: Paul Cavallaro <[email protected]> Authored: Fri Nov 13 07:24:53 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Fri Nov 13 07:24:53 2015 -0800 ---------------------------------------------------------------------- src/main/python/apache/aurora/client/cli/jobs.py | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora/blob/820e1540/src/main/python/apache/aurora/client/cli/jobs.py ---------------------------------------------------------------------- diff --git a/src/main/python/apache/aurora/client/cli/jobs.py b/src/main/python/apache/aurora/client/cli/jobs.py index 6dd9dec..4694849 100644 --- a/src/main/python/apache/aurora/client/cli/jobs.py +++ b/src/main/python/apache/aurora/client/cli/jobs.py @@ -317,8 +317,6 @@ class InspectCommand(Verb): def get_options(self): return [BIND_OPTION, JSON_READ_OPTION, - CommandOption("--local", dest="local", default=False, action="store_true", - help='Inspect the configuration as would be created by the "job create" command.'), CommandOption("--raw", dest="raw", default=False, action="store_true", help="Show the raw configuration."), JOBSPEC_ARGUMENT, CONFIG_ARGUMENT]
