Fix tables
This commit is contained in:
parent
ebf9fef4cd
commit
fe4d0c0dd4
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue