瀏覽代碼

configure: Correct help entry for logdir

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner 10 年之前
父節點
當前提交
8f6e1ad2b7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -373,12 +373,12 @@ AC_ARG_WITH([initwrappersdir],
 	[ INITWRAPPERSDIR="$datarootdir/corosync" ])
 
 AC_ARG_WITH([logdir],
-	[  --logdir=DIR   : the base directory for corosync logging files. ],
+	[  --with-logdir=DIR       : the base directory for corosync logging files. ],
 	[ LOGDIR="$withval" ],
 	[ LOGDIR="$localstatedir/log/cluster" ])
 
 AC_ARG_WITH([logrotatedir],
-	[  --logrotatedir=DIR   : the base directory for logrorate.d files.  ],
+	[  --with-logrotatedir=DIR : the base directory for logrorate.d files.  ],
 	[ LOGROTATEDIR="$withval" ],
 	[ LOGROTATEDIR="$sysconfdir/logrotate.d" ])