From 6a54eac8ad85581119dbaaee222eae8c014d1bfe Mon Sep 17 00:00:00 2001 From: jpandre Date: Wed, 17 Jun 2009 08:06:45 +0000 Subject: [PATCH] Displayed compile-time options when help is requested --- src/ntfs-3g.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 6e1428eb..2934f79d 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -168,6 +168,17 @@ static u32 ntfs_sequence; static const char *usage_msg = "\n" "%s %s %s %d - Third Generation NTFS Driver\n" +"\t\t" +#ifdef HAVE_SETXATTR +"XATTRS are on, " +#else +"XATTRS are off, " +#endif +#if POSIXACLS +"POSIX ACLS are on\n" +#else +"POSIX ACLS are off\n" +#endif "\n" "Copyright (C) 2005-2007 Yura Pakhuchiy\n" "Copyright (C) 2006-2009 Szabolcs Szakacsits\n"