From 9f14e64533a63f75f056ca58c53e214945ab27ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 5 Nov 2003 14:17:32 +0000 Subject: [PATCH] Fix for the option e git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5259 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/query.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/bin/query.cpp b/src/apps/bin/query.cpp index 149c14fa1f..c4356d492f 100644 --- a/src/apps/bin/query.cpp +++ b/src/apps/bin/query.cpp @@ -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;