diff --git a/README.md b/README.md index 5495d21..aace368 100755 --- a/README.md +++ b/README.md @@ -53,17 +53,18 @@ android_manager.py [OPTIONS] COMMAND [ARGS] ``` ### General options + |short|long|parameter|description| |--|--|--|--| -|-d| --debug-level|[critical|error|warning|info|debug|notset] |Set the debug level for the standard output.| +|-d| --debug-level|critical, error, warning, info, debug, notset |Set the debug level for the standard output.| |-l| --log-file|TEXT |File to store all debug messages.| |-f| --cache-file|TEXT |Cache file to store data from each run| |-a| --max-cache-age|INTEGER |Max age in seconds for the cache| |-H| --host|TEXT |ADB server host name or IP.| |-p| --port|INTEGER |ADB server port to use.| ||--config|FILE |Read configuration from FILE.| -||--help|| |Show this message and exit.| ---- +||--help| |Show this message and exit.| + ### Commands #### Backup Android apps: backup-apps