X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=shania;h=66d8771c744301ac2a6af494b4de0cffa175ed50;hb=c862e435b16bcebb9d8c25fecb6064f4dfba1d01;hp=069df37d076829f35985650efe1d2e97d91b00f8;hpb=40e7b810f7eb7d27d69622849f450f41645afa41;p=dak.git diff --git a/shania b/shania index 069df37d..66d8771c 100755 --- a/shania +++ b/shania @@ -2,7 +2,7 @@ # Clean incoming of old unused files # Copyright (C) 2000, 2001 James Troup -# $Id: shania,v 1.10 2001-11-19 20:42:40 rmurray Exp $ +# $Id: shania,v 1.11 2002-01-28 18:53:01 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -182,7 +182,7 @@ def main (): Cnf["Shania::Options::Days"] = "14"; Arguments = [('h',"help","Shania::Options::Help"), - ('d',"days","Shania::Options::Days", "IntVal"), + ('d',"days","Shania::Options::Days", "IntLevel"), ('i',"incoming","Shania::Options::Incoming", "HasArg"), ('n',"no-action","Shania::Options::No-Action"), ('v',"verbose","Shania::Options::Verbose")];