1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 09:46:33 +02:00

(main): Use verbose_fmt_string, not string literal in

call to make_path for --parents.  From Uli.
This commit is contained in:
Jim Meyering
1996-04-25 03:10:57 +00:00
parent f3194fe603
commit 56d10407e7

View File

@@ -149,7 +149,7 @@ main (int argc, char **argv)
if (path_mode)
{
errors |= make_path (argv[optind], newmode, parent_mode,
-1, -1, 1, _("created directory `%s'"));
-1, -1, 1, verbose_fmt_string);
}
else if (mkdir (argv[optind], newmode))
{