diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-30 21:38:54 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-31 14:56:03 +0200 |
commit | 5d459d6b07206963a022e9a95ea9d8c18dc0eab8 (patch) | |
tree | 63fac4775dcef3fb3c91f2841e9fd4945706cb33 /src/analyze | |
parent | man: add udev.conf(5) (diff) | |
download | systemd-5d459d6b07206963a022e9a95ea9d8c18dc0eab8.tar.xz systemd-5d459d6b07206963a022e9a95ea9d8c18dc0eab8.zip |
Constify option table and add missing option
Diffstat (limited to 'src/analyze')
-rw-r--r-- | src/analyze/analyze.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 453ad335a1..888f6b7a66 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -1244,6 +1244,7 @@ static int parse_argv(int argc, char *argv[]) { { "to-pattern", required_argument, NULL, ARG_DOT_TO_PATTERN }, { "fuzz", required_argument, NULL, ARG_FUZZ }, { "no-pager", no_argument, NULL, ARG_NO_PAGER }, + { "no-man", no_argument, NULL, ARG_NO_MAN }, { "host", required_argument, NULL, 'H' }, { "machine", required_argument, NULL, 'M' }, {} |