diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2018-06-12 16:03:53 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-06-13 20:24:15 +0000 |
commit | ba018efe414f282d22d7ab15a092f483044de502 (patch) | |
tree | 9a493f5eae823b2bb38ea208e2ae5240b2b97709 /contrib | |
parent | 9d7296eb84d604a02e5e9f989a09cb30994503c1 (diff) | |
download | buildstream-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-x | contrib/bst-here | 2 |
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. |