Ernesto Nicolás Carrea 5 years ago
parent
commit
e66b1f1df3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      bin/module/web/help.inc

+ 6 - 0
bin/module/web/help.inc

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+hestia_module_web_help() {
+    echo "Usage:"
+    echo "  hestia module web integrate"
+}