From 41a59053607e83101c5d2494ab09b9efe4ee344c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 20 Dec 2018 21:22:03 +0000 Subject: Add aarch64 to usage documentation --- README | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 7e5cfbf..120672e 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ Refer to the top of build.sh. Usage ----- -./build.sh [-a|--arch ] [-v|--version ] [-p|--packages ] [-f|--files] [--help] +./build.sh [-a|--arch ] [-v|--version ] [-p|--packages ] [-f|--files] [--help] Example ------- diff --git a/build.sh b/build.sh index 6b91fe1..76adefd 100755 --- a/build.sh +++ b/build.sh @@ -11,7 +11,7 @@ type=lxd export LC_ALL=C usage() { - echo "Usage: $0 [-a|--arch ] [-v|--version ] [-p|--packages ] [-f|--files] [-t|--type lxd|plain] [--help]" + echo "Usage: $0 [-a|--arch ] [-v|--version ] [-p|--packages ] [-f|--files] [-t|--type lxd|plain] [--help]" exit 1 } -- cgit v1.2.3