|
|
0cd6dc |
From f64156966c8598ba8febdc612785e9de36ad76b7 Mon Sep 17 00:00:00 2001
|
|
|
0cd6dc |
From: "Bryn M. Reeves" <bmr@redhat.com>
|
|
|
0cd6dc |
Date: Sun, 25 Jan 2015 19:31:13 +0000
|
|
|
0cd6dc |
Subject: [PATCH 60/93] [sosreport] improve --chroot help text
|
|
|
0cd6dc |
|
|
|
0cd6dc |
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
|
|
|
0cd6dc |
---
|
|
|
0cd6dc |
sos/sosreport.py | 5 +++--
|
|
|
0cd6dc |
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
|
0cd6dc |
|
|
|
0cd6dc |
diff --git a/sos/sosreport.py b/sos/sosreport.py
|
|
|
0cd6dc |
index 0bcc026..adfddb2 100644
|
|
|
0cd6dc |
--- a/sos/sosreport.py
|
|
|
0cd6dc |
+++ b/sos/sosreport.py
|
|
|
0cd6dc |
@@ -628,8 +628,9 @@ class SoSOptions(object):
|
|
|
0cd6dc |
help="system root directory path (default='/')",
|
|
|
0cd6dc |
default="/")
|
|
|
0cd6dc |
parser.add_option("-c", "--chroot", action="store", dest="chroot",
|
|
|
0cd6dc |
- help="chroot executed commands (default=auto)",
|
|
|
0cd6dc |
- default="auto")
|
|
|
0cd6dc |
+ help="chroot executed commands to SYSROOT "
|
|
|
0cd6dc |
+ "[auto, always, never] (default=auto)",
|
|
|
0cd6dc |
+ default="auto")
|
|
|
0cd6dc |
parser.add_option("-z", "--compression-type", dest="compression_type",
|
|
|
0cd6dc |
help="compression technology to use [auto, "
|
|
|
0cd6dc |
"gzip, bzip2, xz] (default=auto)",
|
|
|
0cd6dc |
--
|
|
|
0cd6dc |
1.9.3
|
|
|
0cd6dc |
|