3
0

Fix minor typo in cli-settings

This commit is contained in:
Denis Arh
2021-08-23 19:09:49 +02:00
parent b2a3a9384b
commit 64085fbd1b
+1 -1
View File
@@ -97,7 +97,7 @@ func Settings(ctx context.Context, app serviceInitializer) *cobra.Command {
},
}
set.Flags().BoolP("as-string", "s", false, "Treat input value as string (to avoid wrapping in quites)")
set.Flags().BoolP("as-string", "s", false, "Treat input value as string (to avoid wrapping in quotes)")
imp := &cobra.Command{
Use: "import [file]",