浏览代码

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)