]> git.draconx.ca Git - liblbx.git/commitdiff
lbxtool: Remove - as a synonym for stdin.
authorNick Bowler <nbowler@draconx.ca>
Thu, 4 Feb 2010 19:02:44 +0000 (14:02 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 8 Feb 2010 17:00:54 +0000 (12:00 -0500)
Modern Unix-like systems have interfaces such as /dev/stdin which mean
the same thing.  Furthermore, the tools read from stdin by default.
Lastly, -f some_file -f - doesn't work anyway.


No differences found