#1738 --disabled alias for --not-enabled in list-hosts
Merged 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue1737  into  master

@@ -2863,6 +2863,7 @@ 

      parser.add_option("--not-ready", action="store_false", dest="ready", help=_("Limit to not ready hosts"))

      parser.add_option("--enabled", action="store_true", help=_("Limit to enabled hosts"))

      parser.add_option("--not-enabled", action="store_false", dest="enabled", help=_("Limit to not enabled hosts"))

+     parser.add_option("--disabled", action="store_false", dest="enabled", help=_("Alias for --not-enabled"))

      parser.add_option("--quiet", action="store_true", default=goptions.quiet,

                  help=_("Do not print header information"))

      parser.add_option("--show-channels", action="store_true", help=_("Show host's channels"))

Commit d093a59 fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

4 years ago