From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-537029-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id A335A1381F3
	for <garchives@archives.gentoo.org>; Fri, 21 Dec 2012 20:36:23 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6174AE06D6;
	Fri, 21 Dec 2012 20:36:16 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id E04A4E06D6
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Dec 2012 20:36:15 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0084233D8CC
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Dec 2012 20:36:15 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 95F11E543C
	for <gentoo-commits@lists.gentoo.org>; Fri, 21 Dec 2012 20:36:13 +0000 (UTC)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <1356122162.fca2f482f0c86bb509a413e5f843a655eb83c13e.blueness@gentoo>
Subject: [gentoo-commits] proj/elfix:master commit in: src/
X-VCS-Repository: proj/elfix
X-VCS-Files: src/paxctl-ng.c
X-VCS-Directories: src/
X-VCS-Committer: blueness
X-VCS-Committer-Name: Anthony G. Basile
X-VCS-Revision: fca2f482f0c86bb509a413e5f843a655eb83c13e
X-VCS-Branch: master
Date: Fri, 21 Dec 2012 20:36:13 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 58e5df06-17ba-4452-a381-7a406959eca8
X-Archives-Hash: 9873145b16c105e48b74a1a7bf3256b0

commit:     fca2f482f0c86bb509a413e5f843a655eb83c13e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 21 20:36:02 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 20:36:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=fca2f482

src/paxctl-ng.c: add missing report of -d flag in print_help_exit()

---
 src/paxctl-ng.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/paxctl-ng.c b/src/paxctl-ng.c
index 1e5b663..d256da8 100644
--- a/src/paxctl-ng.c
+++ b/src/paxctl-ng.c
@@ -94,6 +94,7 @@ print_help_exit(char *v)
 #ifdef XTPAX
 		"             : -C create XATTR_PAX with most secure setting\n"
 		"             : -c create XATTR_PAX all default settings\n"
+		"             : -d delete XATTR_PAX field\n"
 #endif
 #if defined(PTPAX) && defined(XTPAX)
 		"             : -F copy PT_PAX to XATTR_PAX\n"