Fix cp(1) error message.

This commit is contained in:
Jonas 'Sortie' Termansen 2014-12-26 14:17:56 +01:00
parent f0ae50e35d
commit e88a3ef654

View file

@ -537,7 +537,7 @@ int main(int argc, char* argv[])
{
if ( i + 1 == argc )
{
error(0, 0, "option '--target-directory 'requires an argument");
error(0, 0, "option '--target-directory' requires an argument");
fprintf(stderr, "Try '%s --help' for more information\n", argv0);
exit(1);
}