]> arthur.barton.de Git - netatalk.git/blobdiff - contrib/shell_utils/apple_dump.in
apple_dump: small fix
[netatalk.git] / 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;