Index: moc/main.c
===================================================================
--- moc.orig/main.c	2009-09-03 11:28:39.000000000 +0200
+++ moc/main.c	2009-09-03 11:28:58.000000000 +0200
@@ -295,7 +295,7 @@
 "-Q --format FORMAT     Print the formatted information about the currently played file.\n"
 "-e --recursively       Alias for -a.\n"
 "-k --seek N            Seek by N seconds (can be negative).\n"
-"-j --jump N{\%,s}       Jump to some position of the current track.\n"
+"-j --jump N{%%,s}       Jump to some position of the current track.\n"
 "-o --on <controls>     Turn on a control (shuffle,autonext,repeat).\n"
 "-u --off <controls>    Turn off a control (shuffle,autonext,repeat).\n"
 "-t --toggle <controls> Toggle a control (shuffle,autonext,repeat).\n"
@@ -462,7 +462,7 @@
 
 	/* set locale acording to the environment variables */
 	if (!setlocale(LC_ALL, ""))
-		logit ("Could not net locate!");
+		logit ("Could not set locale!");
 
 #ifdef ENABLE_NLS
 	textdomain(PACKAGE);

