X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=clientbin%2Fsfadump.py;fp=clientbin%2Fsfadump.py;h=fb654e79d6c50f1267570f306841e2585bf0e7b0;hp=93fca7056c113dbeff188d86aac3677998f371fe;hb=756cdcc457721340785ee25028f72220527d7694;hpb=f753c6811d4677166ae71ebab039069783b019e1 diff --git a/clientbin/sfadump.py b/clientbin/sfadump.py index 93fca705..fb654e79 100755 --- a/clientbin/sfadump.py +++ b/clientbin/sfadump.py @@ -115,7 +115,7 @@ def handle_input (filename, options): print "%s: unknown filekind '%s'"% (filename,kind) def main(): - usage = """%prog file1 [ .. filen] + usage = """%(prog)s file1 [ .. filen] display info on input files""" parser = ArgumentParser(usage=usage)