]> Dogcows Code - chaz/tar/commitdiff
(tar_set_quoting_style): Provide second argument to the format spec: program_invocati...
authorSergey Poznyakoff <gray@gnu.org.ua>
Wed, 8 Feb 2006 21:34:15 +0000 (21:34 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Wed, 8 Feb 2006 21:34:15 +0000 (21:34 +0000)
src/tar.c

index 7159e244a4bb262e92a5c2622df26c5b13136c1c..279e1f8fda1555e06fc91ba469d31f862d940e9d 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -23,6 +23,7 @@
 
 #include <fnmatch.h>
 #include <argp.h>
+#include <argp-namefrob.h>
 
 #include <signal.h>
 #if ! defined SIGCHLD && defined SIGCLD
@@ -235,7 +236,7 @@ tar_set_quoting_style (char *arg)
        return;
       }
   FATAL_ERROR ((0, 0,
-               _("Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."), arg));
+               _("Unknown quoting style `%s'. Try `%s --quoting-style=help' to get a list."), arg, program_invocation_short_name));
 }
 
 \f
This page took 0.029465 seconds and 4 git commands to generate.