mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-17 16:36:46 -04:00
Fix typos
This commit is contained in:
1 parent
20d16c5275
commit
b125f0681f
1 file changed
+2
-2
@@ -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.
|
||||
|
||||
Reference in new issue
Block a user