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:
parent
ebc67dde4a
commit
34a290267c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user