forked from lix-project/lix
* In `--query --generators', print out paths, not ids.
(There should really be a switch for this).
This commit is contained in:
parent
2616e6a6f3
commit
d5ee6f8700
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue