* In `--query --generators', print out paths, not ids.

(There should really be a switch for this).
This commit is contained in:
Eelco Dolstra 2003-07-21 21:31:03 +00:00
parent 2616e6a6f3
commit d5ee6f8700
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ static void opQuery(Strings opFlags, Strings opArgs)
for (FSIds::iterator i = genIds.begin();
i != genIds.end(); i++)
cout << format("%s\n") % (string) *i;
cout << format("%s\n") % expandId(*i);
break;
}