]> arthur.barton.de Git - netatalk.git/commitdiff
apple_dump: small fix
authorHAT <hat@fa2.so-net.ne.jp>
Fri, 24 Aug 2012 16:42:09 +0000 (01:42 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Fri, 24 Aug 2012 16:42:09 +0000 (01:42 +0900)
contrib/shell_utils/apple_dump.in

index e207151d5c3f1d625a1e7ac953f21efc3a3859b7..41b20e2e8b87b1a195b49f7722cc270fa7794c7a 100755 (executable)
@@ -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;