X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=279e1f8fda1555e06fc91ba469d31f862d940e9d;hb=476019d08388d0db5c0cf1aeec5e8e32ebed073d;hp=7159e244a4bb262e92a5c2622df26c5b13136c1c;hpb=84378fa99ae3ce256fea9eb25d8ae999d1c91fdf;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index 7159e24..279e1f8 100644 --- a/src/tar.c +++ b/src/tar.c @@ -23,6 +23,7 @@ #include #include +#include #include #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)); }