chiark / gitweb /
journalctl: remove unexpected behavior of journalctl -b
authorDave Reisner <dreisner@archlinux.org>
Wed, 25 Dec 2013 17:24:19 +0000 (12:24 -0500)
committerDave Reisner <dreisner@archlinux.org>
Wed, 25 Dec 2013 17:39:47 +0000 (12:39 -0500)
commitcf5bccc2bb9569030cb04debbc4208aaca0fe5b4
tree5cdb2c8883365ccf0387cd5b47aea62ea52f1fa6
parent0ce036ce7fa040410fda6baceaceb43989a1de0c
journalctl: remove unexpected behavior of journalctl -b

This flag shouldn't try and consume the following argument. It should
behave like every other flag which takes an optional argument when
parsed by getopt_long.
src/journal/journalctl.c