aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dl_cleanup.py
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-07 16:53:30 +0000
committerJohn Crispin <john@openwrt.org>2014-12-07 16:53:30 +0000
commitf76755da3f909425407b5467670d180ca741238b (patch)
tree6b3e5580e90aaf9aca4c89c4f5acfd887af22a97 /scripts/dl_cleanup.py
parent8a123f6f6646f68ebd209caa5e7ef5b8ed61c325 (diff)
downloadupstream-f76755da3f909425407b5467670d180ca741238b.tar.gz
upstream-f76755da3f909425407b5467670d180ca741238b.tar.bz2
upstream-f76755da3f909425407b5467670d180ca741238b.zip
packages: fix typo in OpenWrt name
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 43542
Diffstat (limited to 'scripts/dl_cleanup.py')
-rwxr-xr-xscripts/dl_cleanup.py4
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"