Make the usage message more helpful
This commit is contained in:
parent
aec38aadce
commit
b7e69decca
@ -11,7 +11,11 @@ import solv
|
||||
pool = solv.Pool()
|
||||
args = sys.argv[1:]
|
||||
if len(args) < 2:
|
||||
print("usage: checknewer NEWREPO OLDREPO1 [OLDREPO2...]")
|
||||
print("Check if all packages in a repo are newer than all other repos")
|
||||
print()
|
||||
print("Usage: checknewer NEWREPO OLDREPO1 [OLDREPO2...]")
|
||||
print()
|
||||
print("A repo is one of: foo.solv, primary.xml, packages (susetags)")
|
||||
sys.exit(1)
|
||||
|
||||
firstrepo = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user