mirror of https://github.com/samply/bridgehead.git
docs: Added note on PROJECTNAME Parameter to Usage
This commit is contained in:
parent
c6865624e5
commit
d23e15d1d8
|
@ -13,6 +13,7 @@ log() {
|
||||||
|
|
||||||
printUsage() {
|
printUsage() {
|
||||||
echo "Usage: bridgehead start|stop|update|install|uninstall PROJECTNAME"
|
echo "Usage: bridgehead start|stop|update|install|uninstall PROJECTNAME"
|
||||||
|
echo "PROJECTNAME should be one of ccp|nngm|gbn"
|
||||||
}
|
}
|
||||||
|
|
||||||
checkRequirements() {
|
checkRequirements() {
|
||||||
|
|
Loading…
Reference in New Issue