Author: bde
Date: Fri Dec 21 06:38:13 2018
New Revision: 342296
URL: https://svnweb.freebsd.org/changeset/base/342296

Log:
  Fix missing (sub)options in usage message to prepare for adding a new one.
  
  Reviewed by:  kib

Modified:
  head/sbin/mdconfig/mdconfig.c

Modified: head/sbin/mdconfig/mdconfig.c
==============================================================================
--- head/sbin/mdconfig/mdconfig.c       Fri Dec 21 04:57:59 2018        
(r342295)
+++ head/sbin/mdconfig/mdconfig.c       Fri Dec 21 06:38:13 2018        
(r342296)
@@ -88,7 +88,8 @@ usage(void)
 "       mdconfig -l [-v] [-n] [-f file] [-u unit]\n"
 "       mdconfig file\n");
        fprintf(stderr, "\t\ttype = {malloc, vnode, swap}\n");
-       fprintf(stderr, "\t\toption = {cluster, compress, reserve}\n");
+       fprintf(stderr, "\t\toption = {cluster, compress, force,\n");
+       fprintf(stderr, "\t\t          readonly, reserve, ro, verify}\n");
        fprintf(stderr, "\t\tsize = %%d (512 byte blocks), %%db (B),\n");
        fprintf(stderr, "\t\t       %%dk (kB), %%dm (MB), %%dg (GB), \n");
        fprintf(stderr, "\t\t       %%dt (TB), or %%dp (PB)\n");
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to