mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-11-04 03:29:55 +00:00 
			
		
		
		
	protocol: remove unused PROTO_FILE env
There is no reference to PROTO_FILE and this is not working. Also we are not inside a Makefile, so makes sense to adapt the usage to reflect the script instead of a make command. Signed-off-by: Beraldo Leal <bleal@redhat.com>
This commit is contained in:
		@@ -29,12 +29,12 @@ show_succeed_msg() {
 | 
			
		||||
show_usage() {
 | 
			
		||||
    echo "===================================================================="
 | 
			
		||||
    echo ""
 | 
			
		||||
    echo "       USAGE: make PROTO_FILE=<xyz.proto> generate-protocols"
 | 
			
		||||
    echo "       USAGE: generate-protocols <FILE|all>"
 | 
			
		||||
    echo ""
 | 
			
		||||
    echo "       Where PROTO_FILE may be:"
 | 
			
		||||
    echo "       Where the first argument could be:"
 | 
			
		||||
    echo "         all: will compile all protocol buffer files"
 | 
			
		||||
    echo ""
 | 
			
		||||
    echo "       Or compile individually by using the exact proto file:"
 | 
			
		||||
    echo "         Or compile individually by using the exact proto file:"
 | 
			
		||||
 | 
			
		||||
    # iterate over proto files
 | 
			
		||||
    for file in "$@"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user