diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-09 16:25:33 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-03-09 16:25:33 +0000 |
commit | 9257671c7628341b8c5daeee30454982c4474137 (patch) | |
tree | a651862af97ba8de27e510994fd8ffec7d40b8dd | |
parent | c41cba5a578b278dc7d57ef97234a2a67e076d20 (diff) | |
download | busybox-w32-9257671c7628341b8c5daeee30454982c4474137.tar.gz busybox-w32-9257671c7628341b8c5daeee30454982c4474137.tar.bz2 busybox-w32-9257671c7628341b8c5daeee30454982c4474137.zip |
fix typo in help text
-rw-r--r-- | include/usage.h | 2 |
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 @@ | |||
1293 | "\nOptions:" \ | 1293 | "\nOptions:" \ |
1294 | "\n -v Log also to stderr" \ | 1294 | "\n -v Log also to stderr" \ |
1295 | "\n -w Allow upload" \ | 1295 | "\n -w Allow upload" \ |
1296 | "\n DIR Change root to ths directory" \ | 1296 | "\n DIR Change root to this directory" \ |
1297 | 1297 | ||
1298 | #define ftpget_trivial_usage \ | 1298 | #define ftpget_trivial_usage \ |
1299 | "[options] remote-host local-file remote-file" | 1299 | "[options] remote-host local-file remote-file" |