adding xml to the available formats
This commit is contained in:
		@@ -121,7 +121,7 @@ def print_usage(_error=None, help=None):
 | 
				
			|||||||
            " " * 38 + "0 means disabled", file=out)
 | 
					            " " * 38 + "0 means disabled", file=out)
 | 
				
			||||||
        print(yellow(" -f, --format=<format>") +
 | 
					        print(yellow(" -f, --format=<format>") +
 | 
				
			||||||
            "              - define the output " + yellow("<format>") +
 | 
					            "              - define the output " + yellow("<format>") +
 | 
				
			||||||
            " (available: json)", file=out)
 | 
					            " (available: json, xml)", file=out)
 | 
				
			||||||
        print(yellow(" -p, --progress") +
 | 
					        print(yellow(" -p, --progress") +
 | 
				
			||||||
            "                     - display a progress bar", file=out)
 | 
					            "                     - display a progress bar", file=out)
 | 
				
			||||||
        print(yellow(" -i, --ignore-pre-release") +
 | 
					        print(yellow(" -i, --ignore-pre-release") +
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user