]> err.no Git - util-linux/commitdiff
umount: clean up help output
authorKarel Zak <kzak@redhat.com>
Fri, 26 Jun 2009 07:49:40 +0000 (09:49 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Jun 2009 08:20:48 +0000 (10:20 +0200)
Addresses-Debian-Bug: #320500
Signed-off-by: Karel Zak <kzak@redhat.com>
mount/umount.c

index 9901a809e6f8f636c31bc66d99b4111d22c1f1a4..0468cb44964cc0866dbf28adbe3bc8831337f7a7 100644 (file)
@@ -393,9 +393,9 @@ static struct option longopts[] =
 static void
 usage (FILE *fp, int n)
 {
-  fprintf (fp, _("Usage: umount [-hV]\n"
-              "       umount -a [-f] [-r] [-n] [-v] [-t vfstypes] [-O opts]\n"
-              "       umount [-f] [-r] [-n] [-v] special | node...\n"));
+  fprintf (fp, _("Usage: umount -h | -V\n"
+              "       umount -a [-d] [-f] [-r] [-n] [-v] [-t vfstypes] [-O opts]\n"
+              "       umount [-d] [-f] [-r] [-n] [-v] special | node...\n"));
   exit (n);
 }