We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821d001 commit 882e5feCopy full SHA for 882e5fe
contrib/cmd/fs-idmap/fs-idmap.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
func main() {
14
- if len(os.Args) < 2 {
+ if len(os.Args) != 2 {
15
log.Fatalf("usage: %s path_to_mount_set_attr", os.Args[0])
16
}
17
0 commit comments