X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=e859f49b2573f67b149596a0f538f9a8d16fa565;hb=f2bf9f2ffa06c0a89a799e64672f58a8e7d0efc7;hp=7159e244a4bb262e92a5c2622df26c5b13136c1c;hpb=84378fa99ae3ce256fea9eb25d8ae999d1c91fdf;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index 7159e24..e859f49 100644 --- a/src/tar.c +++ b/src/tar.c @@ -22,7 +22,9 @@ #include #include +#include #include +#include #include #if ! defined SIGCHLD && defined SIGCLD @@ -235,7 +237,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)); }