fix usage (added [-p parameter])

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16479 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-02-20 17:08:53 +00:00
parent ebc67dde4a
commit 34a290267c

View File

@ -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);