summaryrefslogtreecommitdiffstats
path: root/tools/build_snapshots.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_snapshots.sh')
-rwxr-xr-xtools/build_snapshots.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/build_snapshots.sh b/tools/build_snapshots.sh
index 8e87751..ea520ac 100755
--- a/tools/build_snapshots.sh
+++ b/tools/build_snapshots.sh
@@ -19,7 +19,7 @@
# limitations under the License.
usage() {
- echo "Usage: $(basename $0) [-l] [-n] [-r] [-u] [-p]"
+ echo "Usage: $(basename $0) [-l] [-n] [-r] [-U] [-p]"
echo " -l: Build looped operations"
echo " -n: Do not build images, only core pkg repo"
echo " -p: Update poudriere repo"
@@ -37,7 +37,7 @@ LOOPED_SNAPSHOTS=""
POUDRIERE_SNAPSHOTS=""
# Handle command line arguments
-while getopts lnpru opt; do
+while getopts lnprU opt; do
case ${opt} in
n)
IMAGES="none"
@@ -51,7 +51,7 @@ while getopts lnpru opt; do
r)
NO_RESET=1
;;
- u)
+ U)
UPLOAD="-U"
;;
*)
OpenPOWER on IntegriCloud