aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-12-20 20:33:31 +0000
committerFabian Groffen <grobian@gentoo.org>2009-12-20 20:33:31 +0000
commit2e843f1bb95a20343658196b235cf4fcacf04f91 (patch)
treeef91a2254363dd23a0ada96dad418652855bcf7a /scanmacho.c
parenttweak -a description #236540 (diff)
downloadpax-utils-2e843f1bb95a20343658196b235cf4fcacf04f91.tar.gz
pax-utils-2e843f1bb95a20343658196b235cf4fcacf04f91.tar.bz2
pax-utils-2e843f1bb95a20343658196b235cf4fcacf04f91.zip
shadow commit for description of -a option for scanelf
Diffstat (limited to 'scanmacho.c')
-rw-r--r--scanmacho.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scanmacho.c b/scanmacho.c
index 633ec65..8928004 100644
--- a/scanmacho.c
+++ b/scanmacho.c
@@ -1,7 +1,7 @@
/*
* Copyright 2008 Gentoo Foundation
* Distributed under the terms of the GNU General Public License v2
- * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.14 2009/03/15 08:56:14 vapier Exp $
+ * $Header: /var/cvsroot/gentoo-projects/pax-utils/scanmacho.c,v 1.15 2009/12/20 20:33:31 grobian Exp $
*
* based on scanelf by:
* Copyright 2003-2007 Ned Ludd - <solar@gentoo.org>
@@ -10,7 +10,7 @@
* 2008 Fabian Groffen - <grobian@gentoo.org>
*/
-static const char *rcsid = "$Id: scanmacho.c,v 1.14 2009/03/15 08:56:14 vapier Exp $";
+static const char *rcsid = "$Id: scanmacho.c,v 1.15 2009/12/20 20:33:31 grobian Exp $";
const char * const argv0 = "scanmacho";
#include "paxinc.h"
@@ -548,7 +548,7 @@ static const char *opts_help[] = {
"Print Endianness",
"Print only Mach-O files matching octal permissions",
"Print Mach-O file size",
- "Print all scanned info (-F\"%o %O %D %b %F\")\n",
+ "Print all useful/simple info",
"Only output 'bad' things",
"Be verbose (can be specified more than once)",
"Use specified format for output",