feat: Add bridgehead logs command

This commit is contained in:
janskiba
2024-02-14 14:28:16 +00:00
parent e90c087547
commit 16fc40f8ae
2 changed files with 6 additions and 1 deletions

View File

@ -53,7 +53,7 @@ checkOwner(){
}
printUsage() {
echo "Usage: bridgehead start|stop|is-running|update|install|uninstall|adduser|enroll PROJECTNAME"
echo "Usage: bridgehead start|stop|logs|is-running|update|install|uninstall|adduser|enroll PROJECTNAME"
echo "PROJECTNAME should be one of ccp|bbmri"
}