Blob Blame History Raw
From f64156966c8598ba8febdc612785e9de36ad76b7 Mon Sep 17 00:00:00 2001
From: "Bryn M. Reeves" <bmr@redhat.com>
Date: Sun, 25 Jan 2015 19:31:13 +0000
Subject: [PATCH 60/93] [sosreport] improve --chroot help text

Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
---
 sos/sosreport.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sos/sosreport.py b/sos/sosreport.py
index 0bcc026..adfddb2 100644
--- a/sos/sosreport.py
+++ b/sos/sosreport.py
@@ -628,8 +628,9 @@ class SoSOptions(object):
                           help="system root directory path (default='/')",
                           default="/")
         parser.add_option("-c", "--chroot", action="store", dest="chroot",
-                          help="chroot executed commands (default=auto)",
-                          default="auto")
+                          help="chroot executed commands to SYSROOT "
+                               "[auto, always, never] (default=auto)",
+                               default="auto")
         parser.add_option("-z", "--compression-type", dest="compression_type",
                           help="compression technology to use [auto, "
                                "gzip, bzip2, xz] (default=auto)",
-- 
1.9.3