Преглед изворни кода

Align --with-snmp in help output

Signed-off-by: Jan Friesse <jfriesse@redhat.com>
Reviewed-by: Steven Dake <sdake@redhat.com>
Jan Friesse пре 14 година
родитељ
комит
9d1a52d42b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -281,7 +281,7 @@ AC_ARG_ENABLE([augeas],
 AM_CONDITIONAL(INSTALL_AUGEAS, test x$enable_augeas = xyes)
 
 AC_ARG_ENABLE([systemd],
-	      [  --enable-systemd               : Install systemd service files],,
+	      [  --enable-systemd                : Install systemd service files],,
 	[ enable_systemd="no" ])
 AM_CONDITIONAL(INSTALL_SYSTEMD, test x$enable_systemd = xyes)