mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-17 20:01:30 +00:00
mk-sbuild: don't print usage on stderr
Signed-off-by: Dan Streetman <ddstreet@canonical.com>
This commit is contained in:
parent
6698b70f98
commit
d19ac157b0
@ -43,7 +43,7 @@ SCHROOT_PROFILE="sbuild"
|
|||||||
|
|
||||||
function usage()
|
function usage()
|
||||||
{
|
{
|
||||||
echo "Usage: $0 [OPTIONS] Release" >&2
|
echo "Usage: $0 [OPTIONS] Release"
|
||||||
echo "Options:"
|
echo "Options:"
|
||||||
echo " --arch=ARCH What architecture to select"
|
echo " --arch=ARCH What architecture to select"
|
||||||
echo " --name=NAME Base name for the schroot (arch is appended)"
|
echo " --name=NAME Base name for the schroot (arch is appended)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user