From fe4d0c0dd45a1746b8c5ca7e283629d1e8ce2513 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Tue, 5 Aug 2025 09:16:27 +0300 Subject: [PATCH] Fix tables --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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