[lxc-devel] [lxc-ci/master] bin: Fix build-distro usage message

monstermunchkin on Github lxc-bot at linuxcontainers.org
Fri Aug 30 06:11:07 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 375 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20190829/addd1c53/attachment.bin>
-------------- next part --------------
From 40fb1296792654da13c62720a24332436cccf3f4 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Fri, 30 Aug 2019 08:10:09 +0200
Subject: [PATCH] bin: Fix build-distro usage message

This fixes #66.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 bin/build-distro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build-distro b/bin/build-distro
index b00650d..9118500 100755
--- a/bin/build-distro
+++ b/bin/build-distro
@@ -3,7 +3,7 @@ CNAME="distrobuilder-$(uuidgen)"
 
 # Check arguments
 if [ "${1:-}" = "" ] || [ "${2:-}" = "" ] || [ "${3:-}" = "" ] || [ "${4:-}" = "" ]; then
-    echo "Usage: ${0} <yaml> <architecture> <target dir> <timeout> [flags]"
+    echo "Usage: ${0} <yaml> <architecture> <timeout> <target dir> [flags]"
     exit 1
 fi
 


More information about the lxc-devel mailing list