help.inc 219 B

12345678
  1. #!/bin/bash
  2. hestia_setup_help() {
  3. echo "Usage:"
  4. echo " hestia setup dump-config"
  5. echo " hestia setup init [--lang LANG] [--admin-password PASSWORD]\
  6. [--admin-email EMAIL] [--server-name SERVERNAME]"
  7. }