[Piuparts-commits] [piuparts] 04/07: Rephrase `--schroot` param doc

Holger Levsen holger at layer-acht.org
Tue Mar 27 14:44:25 UTC 2018


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 6b49b9a75e7b18ad8de99841ac20f21ea6b3458e
Author: Agustin Henze <tin at aayy.com.ar>
Date:   Thu Mar 22 09:17:36 2018 -0300

    Rephrase `--schroot` param doc
    
    Signed-off-by: Agustin Henze <tin at aayy.com.ar>
---
 piuparts.1.txt | 2 +-
 piuparts.py    | 5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/piuparts.1.txt b/piuparts.1.txt
index ba2a9ce..9855b8d 100644
--- a/piuparts.1.txt
+++ b/piuparts.1.txt
@@ -233,7 +233,7 @@ Note that file: addresses works if the directories are made accessible from with
   Directory where are custom scripts are placed. By default, this is not set. For more information about this, read README_server.txt
 
 *--schroot*='SCHROOT-NAME'::
-  Use schroot session named SCHROOT-NAME for the chroot, instead of building a new one with debootstrap.
+  Use schroot session named SCHROOT-NAME for the testing environment, instead of building a new one with debootstrap.
 
 *--docker-image*='DOCKER-IMAGE'::
   Use a container created from the docker image DOCKER-IMAGE for the testing environment, instead of building a new one with debootstrap.
diff --git a/piuparts.py b/piuparts.py
index 7ea6b38..90a2851 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -2770,8 +2770,9 @@ def parse_command_line():
                       "a new LVM snapshot (default: 1G)")
 
     parser.add_option("--schroot", metavar="SCHROOT-NAME", action="store",
-                      help="Use schroot session named SCHROOT-NAME for the chroot, instead of building " +
-                           "a new one with debootstrap.")
+                      help="Use schroot session named SCHROOT-NAME for the "
+                      "testing environment, instead of building a new one "
+                      "with debootstrap.")
 
     parser.add_option("--docker-image", metavar="DOCKER-IMAGE", action="store",
                       help="Use a container created from the docker image "

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list