From 0a76861b9690889b59a95161af473e62c962c787 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Mon, 2 Jul 2018 13:13:15 +0100 Subject: [sosreport] accept -q as alias for --quiet Signed-off-by: Bryn M. Reeves --- sos/sosreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/sosreport.py b/sos/sosreport.py index a98ca337..60802617 100644 --- a/sos/sosreport.py +++ b/sos/sosreport.py @@ -282,7 +282,7 @@ def _parse_args(args): parser.add_argument("-p", "--profile", action="extend", dest="profiles", type=str, default=[], help="enable plugins used by the given profiles") - parser.add_argument("--quiet", action="store_true", + parser.add_argument("-q", "--quiet", action="store_true", dest="quiet", default=False, help="only print fatal errors") parser.add_argument("-s", "--sysroot", action="store", dest="sysroot", -- cgit