sbin/devfs: clarify usage

- Note existence of -m option.
- Note that -s applies to rule keyword, only, by adding usage text
  specifically for the `rule` and `ruleset` keywords.

Don't go into any further detail in usage(..) -- it's best that one
reads the manpage to get a better idea of how things work as there are
a number of different option-specific keywords and arguments, as well
as some rule grammar.

MFC after:	1 week
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-03-08 23:58:10 +00:00
parent 9d5228cd85
commit c3e412c083
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314924

View File

@ -225,6 +225,8 @@ void
usage(void)
{
fprintf(stderr, "usage: devfs rule|ruleset arguments\n");
fprintf(stderr, "usage: %s\n%s\n",
"\tdevfs [-m mount-point] [-s ruleset] rule ...",
"\tdevfs [-m mount-point] ruleset ...");
exit(1);
}