diff options
author | John Crispin <blogic@openwrt.org> | 2014-12-07 16:53:30 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-12-07 16:53:30 +0000 |
commit | c53e189dfbf8b6f47c94561099c41f3412c6c8cd (patch) | |
tree | e44261a018fda172c0af5e83d1d54ea7107d2856 /scripts | |
parent | f374eae83c31e0d421805a0fb74a0fa57d1724ef (diff) | |
download | upstream-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.tar.gz upstream-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.tar.bz2 upstream-c53e189dfbf8b6f47c94561099c41f3412c6c8cd.zip |
packages: fix typo in OpenWrt name
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43542 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/dl_cleanup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py index 2d6895e460..c2bbbc25bb 100755 --- a/scripts/dl_cleanup.py +++ b/scripts/dl_cleanup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python """ -# OpenWRT download directory cleanup utility. +# OpenWrt download directory cleanup utility. # Delete all but the very last version of the program tarballs. # # Copyright (C) 2010 Michael Buesch <mb@bu3sch.de> @@ -146,7 +146,7 @@ class Entry: return self.version >= y.version def usage(): - print "OpenWRT download directory cleanup utility" + print "OpenWrt download directory cleanup utility" print "Usage: " + sys.argv[0] + " [OPTIONS] <path/to/dl>" print "" print " -d|--dry-run Do a dry-run. Don't delete any files" |