Fix typos

This commit is contained in:
André Duffeck committed 2026-08-03 11:03:45 +02:00
1 parent 20d16c5275
commit b125f0681f
1 file changed
+2 -2
+2 -2
View File
@@ -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.