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:
Jérôme Duval
2003-11-05 14:17:32 +00:00
parent be98595d42
commit 9f14e64533
+1 -1
View File
@@ -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;