mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-26 22:16:14 -04:00
fix type in flagset
This commit is contained in:
1 parent
eb820e1ab7
commit
cfd6b9cf91
1 file changed
+1
-1
@@ -155,7 +155,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
Name: "thumbnail-resolution",
|
||||
Value: cli.NewStringSlice("16x16", "32x32", "64x64", "128x128"),
|
||||
Usage: "--thumbnail-resolution 16x16 [--thumbnail-resolution 32x32]",
|
||||
EnvVars: []string{"THUMBNAILS_RESOLUTIONs"},
|
||||
EnvVars: []string{"THUMBNAILS_RESOLUTIONS"},
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in new issue
Block a user