--- mount.cc-0 Tue Apr 10 08:38:44 2001 +++ mount.cc Tue Apr 10 08:48:27 2001 @@ -87,6 +87,7 @@ do_mount (const char *dev, const char *w struct option longopts[] = { + {"help", no_argument, NULL, 'h' }, {"binary", no_argument, NULL, 'b'}, {"force", no_argument, NULL, 'f'}, {"system", no_argument, NULL, 's'}, @@ -100,7 +101,7 @@ struct option longopts[] = {NULL, 0, NULL, 0} }; -char opts[] = "bfstuxXpic"; +char opts[] = "hbfstuxXpic"; static void usage (void)