diff options
author | Denis Vlasenko | 2009-03-09 16:25:33 +0000 |
---|---|---|
committer | Denis Vlasenko | 2009-03-09 16:25:33 +0000 |
commit | 9257671c7628341b8c5daeee30454982c4474137 (patch) | |
tree | a651862af97ba8de27e510994fd8ffec7d40b8dd | |
parent | c41cba5a578b278dc7d57ef97234a2a67e076d20 (diff) | |
download | busybox-9257671c7628341b8c5daeee30454982c4474137.zip busybox-9257671c7628341b8c5daeee30454982c4474137.tar.gz |
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 e3905eb..b19803d 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" |