summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-06-12 16:03:53 +0100
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2018-06-13 20:24:15 +0000
commitba018efe414f282d22d7ab15a092f483044de502 (patch)
tree9a493f5eae823b2bb38ea208e2ae5240b2b97709 /contrib
parent9d7296eb84d604a02e5e9f989a09cb30994503c1 (diff)
downloadbuildstream-ba018efe414f282d22d7ab15a092f483044de502.tar.gz
contrib/bst-here: Fix command/arg in usage instructions
As we can only accept arguments when a command is specified, make it clear in the usage instructions.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/bst-here2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bst-here b/contrib/bst-here
index 8816147bd..a0ea08be0 100755
--- a/contrib/bst-here
+++ b/contrib/bst-here
@@ -25,7 +25,7 @@
usage() {
cat <<EOF
-USAGE: $(basename "$0") [-i BST_HERE_IMAGE] [-p] [-t] [-T] [-v VOLUME ...] [-h] [COMMAND] [ARG..]
+USAGE: $(basename "$0") [-i BST_HERE_IMAGE] [-p] [-t] [-T] [-v VOLUME ...] [-h] [COMMAND [ARG..]]
Run a bst command in a new BuildStream container.