chiark / gitweb /
journalctl: require argument for --priority
authorLekensteyn <lekensteyn@gmail.com>
Thu, 15 Nov 2012 11:17:03 +0000 (12:17 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Nov 2012 15:09:02 +0000 (16:09 +0100)
commit71c015969233c21ea38b1e63993d02fe171df672
treeeb61470238a99ec6163d94ee0297e6f82c110257
parent2480f0c6774daa062106f9c209d255f59c6a6c58
journalctl: require argument for --priority

This fixes a segfault due to a missing value for --priority. -p is
unaffected because it is specified in the getopt_long parameter list.
src/journal/journalctl.c