mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 07:22:56 +00:00 
			
		
		
		
	Add some usage documentation to new tfw.sh
This commit is contained in:
		@@ -81,5 +81,9 @@ case $1 in
 | 
				
			|||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
    *)
 | 
					    *)
 | 
				
			||||||
        echo "Usage: tfw.sh [buildtfw|build|start|buildstart]"
 | 
					        echo "Usage: tfw.sh [buildtfw|build|start|buildstart]"
 | 
				
			||||||
 | 
					        echo "          |--- buildtfw: build TFW baseimage"
 | 
				
			||||||
 | 
					        echo "          |--- build: build TFW test"
 | 
				
			||||||
 | 
					        echo "          |--- start: start TFW test"
 | 
				
			||||||
 | 
					        echo "          |--- buildstart: build all, then start TFW test"
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
esac
 | 
					esac
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user