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 | b5cfdcd278a1790c3bde26f4add12ad8bf83106d (patch) | |
tree | 0d013e1fe42bde36a3230d9b70cef64786e5405e /scripts/feeds | |
parent | c32a125607688264293d2eda27a580009a815696 (diff) | |
download | mtk-20170518-b5cfdcd278a1790c3bde26f4add12ad8bf83106d.zip mtk-20170518-b5cfdcd278a1790c3bde26f4add12ad8bf83106d.tar.gz mtk-20170518-b5cfdcd278a1790c3bde26f4add12ad8bf83106d.tar.bz2 |
Fix typo
SVN-Revision: 23524
Diffstat (limited to 'scripts/feeds')
-rwxr-xr-x | scripts/feeds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/feeds b/scripts/feeds index 43c5c6d..4c0fe91 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. |