From 44a8601c490f13afe0914e4a9c296875af0c64fe Mon Sep 17 00:00:00 2001 From: HAT Date: Sat, 25 Aug 2012 01:42:09 +0900 Subject: [PATCH] apple_dump: small fix --- contrib/shell_utils/apple_dump.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/shell_utils/apple_dump.in b/contrib/shell_utils/apple_dump.in index e207151d..41b20e2e 100755 --- a/contrib/shell_utils/apple_dump.in +++ b/contrib/shell_utils/apple_dump.in @@ -111,7 +111,7 @@ while ($arg = shift @ARGV) } elsif ($arg eq "-e") { if ($eacommand == 0) { printf (STDERR "%s: unsupported option -e\n", basename($0)); - printf (STDERR "because neither getfattr, xattr nor runat is found.\n"); + printf (STDERR "because neither getfattr, xattr, runat nor getextattr is found.\n"); exit 1; } $eaoption = 1; -- 2.39.2