浏览代码

show syntax

Bob Mottram 10 年前
父节点
当前提交
da6f197286
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      install-freedombone.sh

+ 3
- 1
install-freedombone.sh 查看文件

10
 # process of setting up a working server as trivial as possible.
10
 # process of setting up a working server as trivial as possible.
11
 # Other dynamic DNS systems are available, and if you're using
11
 # Other dynamic DNS systems are available, and if you're using
12
 # something different then comment out the section within
12
 # something different then comment out the section within
13
-# argument check and the call to dynamic_dns_freedns.
13
+# argument_checks and the call to dynamic_dns_freedns.
14
 #
14
 #
15
 # Prerequisites
15
 # Prerequisites
16
 # =============
16
 # =============
84
 fi
84
 fi
85
 
85
 
86
 function argument_checks {
86
 function argument_checks {
87
+  echo './install-freedombone.sh [domain] [username] [subdomain code]'
88
+  echo ''
87
   if [ ! $DOMAIN_NAME ]; then
89
   if [ ! $DOMAIN_NAME ]; then
88
 	  echo "Please specify your domain name"
90
 	  echo "Please specify your domain name"
89
 	  exit
91
 	  exit