removing unintended change

This commit is contained in:
Gareth J. Greenaway 2022-09-26 15:01:12 -07:00
parent 9f76e593e7
commit e6962e070c
No known key found for this signature in database
GPG key ID: 10B62F8A7CAD7A41

View file

@ -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."
)