From b125f0681fcf4e9ba8a5a95696b918370e401df4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Mon, 3 Aug 2026 11:03:45 +0200 Subject: [PATCH] Fix typos --- opencloud/pkg/command/posixfs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencloud/pkg/command/posixfs.go b/opencloud/pkg/command/posixfs.go index 37ce00abe8..94d90abc56 100644 --- a/opencloud/pkg/command/posixfs.go +++ b/opencloud/pkg/command/posixfs.go @@ -181,8 +181,8 @@ func scanCmd(ocCfg *config.Config) *cobra.Command { func consistencyCmd(ocCfg *config.Config) *cobra.Command { consCmd := &cobra.Command{ Use: "consistency [path ...]", - Short: "check the consistency of the posixfs storage", - Long: `check the consistency of the posixfs storage. + Short: "Check the consistency of the posixfs storage", + Long: `Check the consistency of the posixfs storage. You can specify one or more paths to limit the scope of the check. If no path is provided, the whole storage is checked.