From 34a290267ceb78e104d45097b80e8ca7c1bab34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 20 Feb 2006 17:08:53 +0000 Subject: [PATCH] fix usage (added [-p parameter]) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16479 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/mount.c b/src/bin/mount.c index bc406673b2..d36aba0617 100644 --- a/src/bin/mount.c +++ b/src/bin/mount.c @@ -18,7 +18,7 @@ static void usage(const char *programName) { - printf("usage: %s [-ro] [-t fstype] device directory\n" + printf("usage: %s [-ro] [-t fstype] [-p parameter] device directory\n" "\t-ro\tmounts the volume read-only\n" "\t-t\tspecifies the file system to use (defaults to automatic recognition)\n",programName); exit(0);