(tar_set_quoting_style): Provide second argument to the format spec: program_invocation_short_name. Reported by Jim Meyering.

This commit is contained in:
Sergey Poznyakoff
2006-02-08 21:34:15 +00:00
parent 84378fa99a
commit 780cf6f079

View File

@@ -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));
}