Fix for the option e
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5259 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -90,7 +90,7 @@ main(int32 argc, const char **argv)
|
||||
|
||||
// Parse command-line arguments.
|
||||
int32 opt;
|
||||
while ((opt = getopt(argc, argv, "ave:")) != -1) {
|
||||
while ((opt = getopt(argc, argv, "eav:")) != -1) {
|
||||
switch(opt) {
|
||||
case 'a':
|
||||
o_all_volumes = true;
|
||||
|
||||
Reference in New Issue
Block a user