aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-03-09 16:25:33 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-03-09 16:25:33 +0000
commit9257671c7628341b8c5daeee30454982c4474137 (patch)
treea651862af97ba8de27e510994fd8ffec7d40b8dd /include
parentc41cba5a578b278dc7d57ef97234a2a67e076d20 (diff)
downloadbusybox-9257671c7628341b8c5daeee30454982c4474137.tar.gz
fix typo in help text
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index e3905eb8a..b19803dfa 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -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"