From 457443f78bf4b7bcaae84a83ec3907e717e37b30 Mon Sep 17 00:00:00 2001 From: celogeek <65178+celogeek@users.noreply.github.com> Date: Thu, 27 Jan 2022 20:03:00 +0100 Subject: [PATCH] update doc --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 42332fe..3792dde 100644 --- a/README.md +++ b/README.md @@ -72,14 +72,14 @@ List the categories. ``` $ piwigo-cli categories list -┌──────┬────────────────────────────────────────────────────────────────────┬────────┬──────────────┬──────────────────────────────────────────────────────┐ -│ ID │ NAME │ IMAGES │ TOTAL IMAGES │ URL │ -├──────┼────────────────────────────────────────────────────────────────────┼────────┼──────────────┼──────────────────────────────────────────────────────┤ -│ 4 │ 2021 │ 0 │ 1520 │ https://yourphotos/index.php?/category/4 │ -│ 677 │ 2021/Animals │ 0 │ 49 │ https://yourphotos/index.php?/category/677 │ -│ 24 │ 2021/Animals/Cats │ 29 │ 32 │ https://yourphotos/index.php?/category/24 │ -│ 760 │ 2021/Animals/Cats/Videos │ 3 │ 3 │ https://yourphotos/index.php?/category/760 │ -└──────┴────────────────────────────────────────────────────────────────────┴────────┴──────────────┴──────────────────────────────────────────────────────┘ +┌──────┬───────────────────────────┬────────┬──────────────┬──────────────────────────────────────────────────────┐ +│ ID │ NAME │ IMAGES │ TOTAL IMAGES │ URL │ +├──────┼───────────────────────────┼────────┼──────────────┼──────────────────────────────────────────────────────┤ +│ 4 │ 2021 │ 0 │ 1520 │ https://yourphotos/index.php?/category/4 │ +│ 677 │ 2021/Animals │ 0 │ 49 │ https://yourphotos/index.php?/category/677 │ +│ 24 │ 2021/Animals/Cats │ 29 │ 32 │ https://yourphotos/index.php?/category/24 │ +│ 760 │ 2021/Animals/Cats/Videos │ 3 │ 3 │ https://yourphotos/index.php?/category/760 │ +└──────┴───────────────────────────┴────────┴──────────────┴──────────────────────────────────────────────────────┘ ``` ### Images List Command