diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-10-18 21:43:50 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-10-18 21:43:50 +0000 |
commit | ed2fe1cf2d2f804005cbac71c21ae0b8cb3467a5 (patch) | |
tree | 346eb0900c950c62984cb863e997c9d5b676a283 /scripts | |
parent | 94d6c4e9ca76e988f534995815061973e6b262b9 (diff) | |
download | upstream-ed2fe1cf2d2f804005cbac71c21ae0b8cb3467a5.tar.gz upstream-ed2fe1cf2d2f804005cbac71c21ae0b8cb3467a5.tar.bz2 upstream-ed2fe1cf2d2f804005cbac71c21ae0b8cb3467a5.zip |
Fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23524 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/feeds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/feeds b/scripts/feeds index 43c5c6dc43..4c0fe915cf 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. |