From 98053efd5145bc65cea6efbfb287f0f4ee27550f Mon Sep 17 00:00:00 2001 From: dzdidi Date: Tue, 6 Feb 2024 14:48:04 +0000 Subject: [PATCH] cli: add documentation for list Signed-off-by: dzdidi --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index f820d96..823e9c7 100644 --- a/Readme.md +++ b/Readme.md @@ -42,6 +42,7 @@ All data will be persisted in application directory (default `~/.gitpear`). To c * `git pear share ` - makes repository sharable * `git pear unshare ` - stop sharing repository * `git pear list [-s, --shared]` - list all or (only shared) repositories +* `git pear list ` - list repositories of a peer ### ACL (for authenticated access to enable support of PUSH)