From d36b28c55ae3f066b515a12379ad28f0554cf004 Mon Sep 17 00:00:00 2001 From: Nick Campbell <661795+nickcampbell18@users.noreply.github.com> Date: Sat, 4 Jul 2026 22:17:34 +0100 Subject: [PATCH] fix(docs): version command instead of --version in docs (#408) --- website/docs/2-getting-started/1-install-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/2-getting-started/1-install-cli.md b/website/docs/2-getting-started/1-install-cli.md index 83e0f18c..f36d06dd 100644 --- a/website/docs/2-getting-started/1-install-cli.md +++ b/website/docs/2-getting-started/1-install-cli.md @@ -116,7 +116,7 @@ Alternatively, you can download `.deb` packages directly from the repository After installation, verify that `uc` command is working: ```shell -uc --version +uc version ``` ## Next steps