Fixed a small bug. Still I can't unmount anything, though (I always get 'resource busy')

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12515 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stefano Ceccherini 2005-04-30 05:59:23 +00:00
parent 9c06e46d6a
commit 794ca5f2f8

View File

@ -45,7 +45,7 @@ main(int argc, char **argv)
if (*arg != '-')
break;
if (!strcmp(arg, "f"))
if (!strcmp(++arg, "f"))
flags |= B_FORCE_UNMOUNT;
else
usage(programName);