svn commit: [25589] trunk/busybox/include

vda at busybox.net vda at busybox.net
Mon Mar 9 16:25:33 UTC 2009


Author: vda
Date: 2009-03-09 16:25:33 +0000 (Mon, 09 Mar 2009)
New Revision: 25589

Log:
fix typo in help text



Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2009-03-09 15:46:07 UTC (rev 25588)
+++ trunk/busybox/include/usage.h	2009-03-09 16:25:33 UTC (rev 25589)
@@ -1293,7 +1293,7 @@
      "\nOptions:" \
      "\n	-v	Log also to stderr" \
      "\n	-w	Allow upload" \
-     "\n	DIR	Change root to ths directory" \
+     "\n	DIR	Change root to this directory" \
 
 #define ftpget_trivial_usage \
        "[options] remote-host local-file remote-file"



More information about the busybox-cvs mailing list