Ernesto Nicolás Carrea 5 years ago
parent
commit
6214be2d71
1 changed files with 9 additions and 0 deletions
  1. 9 0
      bin/module/php-fpm/help.inc

+ 9 - 0
bin/module/php-fpm/help.inc

@@ -0,0 +1,9 @@
+#!/bin/bash
+
+hestia_module_php-fpm_help() {
+    echo "Usage:"
+    echo "  hestia module php-fpm list"
+    echo "  hestia module php-fpm add PHP_VERSION"
+    echo "  hestia module php-fpm del PHP_VERSION"
+    echo ""
+}