(tar_set_quoting_style): Provide second argument to the format spec: program_invocation_short_name. Reported by Jim Meyering.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user