mk-sbuild: don't print usage on stderr

Signed-off-by: Dan Streetman <ddstreet@canonical.com>
This commit is contained in:
Dan Streetman 2020-06-15 19:15:59 -04:00
parent 6698b70f98
commit d19ac157b0

View File

@ -43,7 +43,7 @@ SCHROOT_PROFILE="sbuild"
function usage()
{
echo "Usage: $0 [OPTIONS] Release" >&2
echo "Usage: $0 [OPTIONS] Release"
echo "Options:"
echo " --arch=ARCH What architecture to select"
echo " --name=NAME Base name for the schroot (arch is appended)"