Fixed misplaced paren.

This commit is contained in:
Camilla Berglund
2010-08-15 19:34:08 +02:00
parent 73afde8089
commit 8bf9c07511
+2 -2
View File
@@ -157,8 +157,8 @@ static void usage(void)
{
/* TODO: Internationalize this */
printf(gettext("Usage: %s [-0HLPaepqrtz] [-d function] [-f format] [-l size] [file ...]\n",
PACKAGE_NAME));
printf(gettext("Usage: %s [-0HLPaepqrtz] [-d function] [-f format] [-l size] [file ...]\n"),
PACKAGE_NAME);
printf(" %s -h\n", PACKAGE_NAME);
printf(" %s -v\n", PACKAGE_NAME);