Skip to content

Commit

Permalink
line up help messages with new master script
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed May 17, 2012
1 parent da5a1eb commit d0c87bc
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion rsdns-a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -n name -i IP -t TTL\n"
printf "rsdns a -u username -a apiKey -n name -i IP -t TTL\n"
printf "\t-d Set the domain name manually"
printf "\t-k Use London/UK Servers.\n"
printf "\t-x Delete record.\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-aaaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -n name -i IP -t TTL\n"
printf "rsdns aaaa -u username -a apiKey -n name -i IP -t TTL\n"
printf "\t-d Set the domain name manually"
printf "\t-k Use London/UK Servers.\n"
printf "\t-x Delete record.\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-cn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -n cNAME -r aRECORD -t TTL\n"
printf "rsdns cn -u username -a apiKey -n cNAME -r aRECORD -t TTL\n"
printf "\t-k Use London/UK Servers.\n"
printf "\t-x Delete record.\n"
printf "\t-U Update existing record.\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-did.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -d domain -i id \n"
printf "rsdns did -u username -a apiKey -d domain -i id \n"
printf "\t-k Use London/UK Servers.\n"
printf "\t-h Show this.\n"
printf "\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-domain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -d domain -e email -t TTL\n"
printf "rsdns domain -u username -a apiKey -d domain -e email -t TTL\n"
printf "\t-k Use London/UK Servers.\n"
printf "\t-x Delete domain.\n"
printf "\t-h Show this.\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -d domain\n"
printf "rsdns list -u username -a apiKey -d domain\n"
printf "\t-k Use London/UK Servers.\n"
printf "\t-h Show this.\n"
printf "\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-mx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -d domain -n name -D data -p priority -t TTL\n"
printf "rsdns mx -u username -a apiKey -d domain -n name -D data -p priority -t TTL\n"
printf "\t-k Use London/UK Servers.\n"
printf "\t-x Delete record.\n"
printf "\t-h Show this.\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-ns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -d domain -s old nameserver -S new nameserver \n"
printf "rsdns ns -u username -a apiKey -d domain -s old nameserver -S new nameserver \n"
printf "\t-k Use London/UK Servers.\n"
printf "\t-c clientID (cloud sites only)\n"
printf "\t-h Show this.\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-srv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -d domain -n name -D data -t TTL\n"
printf "rsdns srv -u username -a apiKey -d domain -n name -D data -t TTL\n"
printf "\t-k Use London/UK Servers.\n"
printf "\t-x Delete record.\n"
printf "\t-h Show this.\n"
Expand Down
2 changes: 1 addition & 1 deletion rsdns-txt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi
#prints out the usage information on error or request.
function usage () {
printf "\n"
printf "rscurl -u username -a apiKey -d domain -n name -D data -t TTL\n"
printf "rsdns txt -u username -a apiKey -d domain -n name -D data -t TTL\n"
printf "\t-k Use London/UK Servers.\n"
printf "\t-x Delete record.\n"
printf "\t-h Show this.\n"
Expand Down

0 comments on commit d0c87bc

Please sign in to comment.