The --relative_locations flag makes the output of query with --output=proto and --output=xml more succinct, readable, and machine independent. However, --relative_locations does nothing for --output=location, whose output could also benefit from analogous abbreviation.
Technically, making --relative_locations have effect for --output=location would be a breaking change, since it currently silently does nothing. I'm not sure how serious that is, though.
The
--relative_locationsflag makes the output ofquerywith--output=protoand--output=xmlmore succinct, readable, and machine independent. However,--relative_locationsdoes nothing for--output=location, whose output could also benefit from analogous abbreviation.Technically, making
--relative_locationshave effect for--output=locationwould be a breaking change, since it currently silently does nothing. I'm not sure how serious that is, though.