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:
+1
-1
@@ -18,7 +18,7 @@ static void
|
|||||||
usage(const char *programName)
|
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-ro\tmounts the volume read-only\n"
|
||||||
"\t-t\tspecifies the file system to use (defaults to automatic recognition)\n",programName);
|
"\t-t\tspecifies the file system to use (defaults to automatic recognition)\n",programName);
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user