feat: Add logs command for journalctl and rename old one to docker-logs

This commit is contained in:
janskiba
2024-06-05 12:35:44 +00:00
parent 68f06c0d9d
commit a018104e0b
3 changed files with 10 additions and 4 deletions

View File

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