summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/misc/Vagrantfile2
-rwxr-xr-xsupport/scripts/graph-build-time2
2 files changed, 2 insertions, 2 deletions
diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile
index b8f02afc77..d42a394444 100644
--- a/support/misc/Vagrantfile
+++ b/support/misc/Vagrantfile
@@ -5,7 +5,7 @@
################################################################################
# Buildroot version to use
-RELEASE='2016.02'
+RELEASE='2016.05'
### Change here for more memory/cores ###
VM_MEMORY=2048
diff --git a/support/scripts/graph-build-time b/support/scripts/graph-build-time
index 7eb3e47953..0ba0f2d3a7 100755
--- a/support/scripts/graph-build-time
+++ b/support/scripts/graph-build-time
@@ -276,7 +276,7 @@ parser.add_argument("--order", '-O', metavar="GRAPH_ORDER",
help="Ordering of packages: build or duration (for histogram only)")
parser.add_argument("--alternate-colors", '-c', action="store_true",
help="Use alternate colour-scheme")
-parser.add_argument("--input", '-i', metavar="OUTPUT",
+parser.add_argument("--input", '-i', metavar="INPUT",
help="Input file (usually $(O)/build/build-time.log)")
parser.add_argument("--output", '-o', metavar="OUTPUT", required=True,
help="Output file (.pdf or .png extension)")
OpenPOWER on IntegriCloud