diff options
author | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-18 21:43:50 +0000 |
---|---|---|
committer | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-18 21:43:50 +0000 |
commit | 6ccbdca3d7eb07b53a7dbd0838dbc09d40ee5f2c (patch) | |
tree | 346eb0900c950c62984cb863e997c9d5b676a283 | |
parent | 9630e2ad947eaec40735d4f6735cc5d3f1bdb09a (diff) |
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23524 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | scripts/feeds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/feeds b/scripts/feeds index 43c5c6dc4..4c0fe915c 100755 --- a/scripts/feeds +++ b/scripts/feeds @@ -569,7 +569,7 @@ Commands: update -a|<feedname(s)>: Update packages and lists of feeds in feeds.conf . Options: - -a : Update all feeds listed within feeds.conf. Otherwise the spezified feeds will be updated. + -a : Update all feeds listed within feeds.conf. Otherwise the specified feeds will be updated. -i : Recreate the index only. No feed update from repository is performed. clean: Remove downloaded/generated files. |