18 lines
254 B
Bash
18 lines
254 B
Bash
warencli-help() {
|
|
echo "
|
|
Usage: $0 COMMAND [OPTIONS]
|
|
|
|
Common Commands:
|
|
ssh SSH
|
|
config Config
|
|
sign Certificates
|
|
|
|
Authentication Commands:
|
|
login Login
|
|
logout Logout
|
|
|
|
Management Commands:
|
|
settings Settings
|
|
";
|
|
}
|