From ee76da9be6d92c087077b904eee8c860fe7331eb Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 13 Jul 2020 13:21:15 +0200 Subject: [PATCH] Rename 'yabridgectl ls' to 'yabridgectl list' --- tools/yabridgectl/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/yabridgectl/README.md b/tools/yabridgectl/README.md index d21c8758..1b93c368 100644 --- a/tools/yabridgectl/README.md +++ b/tools/yabridgectl/README.md @@ -45,7 +45,7 @@ yabridgectl add # No longer watch a directory, this will ask you if you want to remove any leftover yabridge files yabridgectl rm # List the currently watched directories -yabridgectl ls +yabridgectl list # Show the current settings and the installation status for all plugins in the watched directories yabridgectl status ```