Source: sbuild
Version: 0.65.0-1
Severity: minor
Tags: patch

Hi,

The man page says that the default for --chroot-suffix is -chroot,
however, it's -sbuild.

Patch against git master attached.

Regards,
Christian
>From f251a823f42ca43191cfa7a0c70ee8123e893b13 Mon Sep 17 00:00:00 2001
From: Christian Kastner <deb...@kvr.at>
Date: Sat, 3 Jan 2015 23:18:09 +0100
Subject: [PATCH] sbuild-createchroot(8): default suffix is -sbuild, not
 -chroot

---
 man/sbuild-createchroot.8.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/sbuild-createchroot.8.in b/man/sbuild-createchroot.8.in
index e04628f..321a2da 100644
--- a/man/sbuild-createchroot.8.in
+++ b/man/sbuild-createchroot.8.in
@@ -91,7 +91,7 @@ Set the target architecture.  This may be used if dpkg is not already
 installed.  See also \fI\-\-foreign\fP, below.
 .TP
 .BR \-\-chroot-suffix=\fIsuffix\fP
-Add a custom suffix to the chroot name. Defaults to '\-schroot'.
+Add a custom suffix to the chroot name. Defaults to '\-sbuild'.
 .TP
 .BR \-\-foreign
 Only perform the initial unpack phase of bootstrapping.  This is required if
-- 
2.1.4

Reply via email to