mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
fix File Option docs
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -56,7 +56,7 @@ func Color(val bool) Option {
|
||||
}
|
||||
}
|
||||
|
||||
// File provides a function to set the color option.
|
||||
// File provides a function to set the file option.
|
||||
func File(val string) Option {
|
||||
return func(o *Options) {
|
||||
o.File = val
|
||||
|
||||
Reference in New Issue
Block a user