mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Added -h, --help
This commit is contained in:
		@@ -42,6 +42,10 @@ while :; do
 | 
			
		||||
        -b|--branch)
 | 
			
		||||
        branch="$2"
 | 
			
		||||
        ;;
 | 
			
		||||
        -h|--help)
 | 
			
		||||
        printf "$usage"
 | 
			
		||||
        exit 1
 | 
			
		||||
        ;;
 | 
			
		||||
        -*|--*)
 | 
			
		||||
        echo "Unknown option: $1"
 | 
			
		||||
        printf "$usage"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user