X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=scripts%2Fdl_cleanup.py;h=c2bbbc25bb5d7b35335ae0871edac76332c0482d;hb=82791e92ce66a6fd89ee2f3f3c6a0e3e6a4b2335;hp=2d6895e460a7b1290675e7ff8f9162e301efe74e;hpb=1c9bc8822d078c323a04cc9b13408a451b8351a4;p=lede.git 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 @@ -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] " print "" print " -d|--dry-run Do a dry-run. Don't delete any files"