help.inc 202 B

123456789
  1. #!/bin/bash
  2. hestia_module_php_help() {
  3. echo "Usage:"
  4. echo " hestia module php list"
  5. echo " hestia module php add PHP_VERSION"
  6. echo " hestia module php del PHP_VERSION"
  7. echo ""
  8. }