refactor addUser to adduser - lowercase

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2023-08-15 15:42:42 +02:00
parent b58348328c
commit af25df79e3
3 changed files with 4 additions and 4 deletions

View File

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