Fix for a busted format string

This commit is contained in:
ridiculousfish 2012-06-17 14:49:45 -07:00
parent ebfa285122
commit eebe126842

View file

@ -627,7 +627,7 @@ static int builtin_set( parser_t &parser, wchar_t **argv )
if( erase )
{
append_format(stderr_buffer,
_(L"%ls: Erase needs a variable name\n%ls\n"),
_(L"%ls: Erase needs a variable name\n"),
argv[0] );
builtin_print_help( parser, argv[0], stderr_buffer );