* Turn off confirmation when using the fallback mode - this will already pop up

a BAlert.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42743 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2011-09-11 18:41:42 +00:00
parent 654613b661
commit 54401270ec
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ main(int argc, char** argv)
case 'f':
fallbackMode = true;
setMode = true;
confirm = false;
break;
case 's':
shortOutput = true;