Files
wx/src/commands/help.sh
T
2024-04-26 06:20:28 +03:00

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
";
}