From bdeb889053855e2b4eb07988430e4df6b2c9b342 Mon Sep 17 00:00:00 2001
From: "a.sabirov" <a.sabirov@picodata.io>
Date: Tue, 11 Feb 2025 12:52:49 +0300
Subject: [PATCH] docs: fix picodata status description

---
 src/cli/args.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cli/args.rs b/src/cli/args.rs
index e97da9b32c..a66c1af435 100644
--- a/src/cli/args.rs
+++ b/src/cli/args.rs
@@ -596,7 +596,7 @@ impl Admin {
 ////////////////////////////////////////////////////////////////////////////////
 
 #[derive(Debug, Parser)]
-#[clap(about = "Connect to the Admin console of a Picodata instance")]
+#[clap(about = "Display the status of all instances in the cluster")]
 pub struct Status {
     #[clap(
         long = "peer",
-- 
GitLab