|  | @@ -10,7 +10,7 @@
 | 
	
		
			
			| 10 | 10 |  # process of setting up a working server as trivial as possible.
 | 
	
		
			
			| 11 | 11 |  # Other dynamic DNS systems are available, and if you're using
 | 
	
		
			
			| 12 | 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 | 15 |  # Prerequisites
 | 
	
		
			
			| 16 | 16 |  # =============
 | 
	
	
		
			
			|  | @@ -84,6 +84,8 @@ if [ ! -f $COMPLETION_FILE ]; then
 | 
	
		
			
			| 84 | 84 |  fi
 | 
	
		
			
			| 85 | 85 |  
 | 
	
		
			
			| 86 | 86 |  function argument_checks {
 | 
	
		
			
			|  | 87 | +  echo './install-freedombone.sh [domain] [username] [subdomain code]'
 | 
	
		
			
			|  | 88 | +  echo ''
 | 
	
		
			
			| 87 | 89 |    if [ ! $DOMAIN_NAME ]; then
 | 
	
		
			
			| 88 | 90 |  	  echo "Please specify your domain name"
 | 
	
		
			
			| 89 | 91 |  	  exit
 |