diff --git a/src/tar.c b/src/tar.c index 7159e244..279e1f8f 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)); }