From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 181D31381F3 for ; Mon, 24 Dec 2012 10:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC2C921C04B; Mon, 24 Dec 2012 10:59:08 +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 5155D21C032 for ; Mon, 24 Dec 2012 10:59:08 +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 5D89833D8AE for ; Mon, 24 Dec 2012 10:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B730EE543C for ; Mon, 24 Dec 2012 10:59:05 +0000 (UTC) From: "Anthony G. Basile" 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" Message-ID: <1356346676.f9f2caa45072625b9a6f6f9e9eaae0fc9cdf610c.blueness@gentoo> Subject: [gentoo-commits] proj/elfix:elfix-0.7.x 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: f9f2caa45072625b9a6f6f9e9eaae0fc9cdf610c X-VCS-Branch: elfix-0.7.x Date: Mon, 24 Dec 2012 10:59:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 53168f81-4192-411a-bf38-bf7bda9c0807 X-Archives-Hash: 91ca97229a8ecaf1d7d6fe4fd5a7380f commit: f9f2caa45072625b9a6f6f9e9eaae0fc9cdf610c Author: Anthony G. Basile gentoo org> AuthorDate: Fri Dec 21 20:36:02 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Dec 24 10:57:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/elfix.git;a=commit;h=f9f2caa4 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"