From: HAT Date: Fri, 24 Aug 2012 16:42:09 +0000 (+0900) Subject: apple_dump: small fix X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=44a8601c490f13afe0914e4a9c296875af0c64fe apple_dump: small fix --- 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;