--- src/usr.sbin/vnconfig/vnconfig.c 2008/06/06 13:19:25 1.14 +++ src/usr.sbin/vnconfig/vnconfig.c 2008/08/04 21:02:18 1.14.2.1 @@ -701,10 +701,11 @@ rawdevice(char *dev) static void usage(void) { - fprintf(stderr, "%s\n%s\n%s\n", - "usage: vnconfig [-cdeguv] [-s option] [-r option] [-S value] special_file", - " [regular_file] [feature]", - " vnconfig -a [-cdeguv] [-s option] [-r option] [-f config_file]"); + fprintf(stderr, "%s\n%s\n%s\n%s\n", + "usage: vnconfig [-cdeguvTZ] [-s options] [-r options]", + " [-S value] special_file [regular_file] [feature]", + " vnconfig -a [-cdeguv] [-s options] [-r options] [-f config_file]", + " vnconfig -l [special_file ...]"); exit(1); }