Update the README with usage
This commit is contained in:
		
							parent
							
								
									f3040c534f
								
							
						
					
					
						commit
						0408443fb6
					
				|  | @ -11,7 +11,7 @@ speedtest-cli-3 is written for use with Python 3 | ||||||
| ## Usage | ## Usage | ||||||
| 
 | 
 | ||||||
|     $ speedtest-cli -h |     $ speedtest-cli -h | ||||||
|     usage: speedtest-cli [-h] [--share] [--simple] |     usage: speedtest-cli [-h] [--share] [--simple] [--list] [--server SERVER] | ||||||
|      |      | ||||||
|     Command line interface for testing internet bandwidth using speedtest.net. |     Command line interface for testing internet bandwidth using speedtest.net. | ||||||
|     -------------------------------------------------------------------------- |     -------------------------------------------------------------------------- | ||||||
|  | @ -19,6 +19,8 @@ speedtest-cli-3 is written for use with Python 3 | ||||||
|      |      | ||||||
|     optional arguments: |     optional arguments: | ||||||
|       -h, --help       show this help message and exit |       -h, --help       show this help message and exit | ||||||
|       --share     Generate and provide a URL to the speedtest.net share results |       --share          Generate and provide a URL to the speedtest.net share | ||||||
|                   image |                        results image | ||||||
|       --simple         Suppress verbose output, only show basic information |       --simple         Suppress verbose output, only show basic information | ||||||
|  |       --list           Display a list of speedtest.net servers sorted by distance | ||||||
|  |       --server SERVER  Specify a server ID to test against | ||||||
		Loading…
	
		Reference in New Issue