https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=263289
Zhenlei Huang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Zhenlei Huang <[email protected]> --- (In reply to Yuichiro NAITO from comment #0) See devfs(8), ``` Rule Manipulation Rule manipulation commands follow the rule keyword. The following flags are common to all of the rule manipulation commands: -s ruleset Operate on the ruleset with the number ruleset. If this is not specified, the commands operate on the ruleset currently associated with the specified mount-point. The following commands are recognized: ... ``` The `-s` is rule manipulation command, and it should follow the rule keyword. So the correct usage should be `devfs rule -s 1 show` . -- You are receiving this mail because: You are the assignee for the bug.
