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
This commit is contained in:
blogic 2014-12-07 16:53:30 +00:00
parent f7abf11d69
commit 34c7b6d161
10 changed files with 13 additions and 13 deletions

View file

@ -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"