mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing unintended change
This commit is contained in:
parent
9f76e593e7
commit
e6962e070c
1 changed files with 0 additions and 6 deletions
|
@ -3053,12 +3053,6 @@ class SaltRunOptionParser(
|
|||
action="store_true",
|
||||
help="Do not load grains.",
|
||||
)
|
||||
self.add_option(
|
||||
"--metadata",
|
||||
default="",
|
||||
metavar="METADATA",
|
||||
help=("Pass metadata into Salt, used to search jobs."),
|
||||
)
|
||||
group = self.output_options_group = optparse.OptionGroup(
|
||||
self, "Output Options", "Configure your preferred output format."
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue