X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=clientbin%2Fsfadump.py;h=fb654e79d6c50f1267570f306841e2585bf0e7b0;hb=ecc85e0b923922cf7117d29b380f5284edb88f21;hp=93fca7056c113dbeff188d86aac3677998f371fe;hpb=9817b1f577fbd5fd706bba7dcbeb5bc3ebe0124f;p=sfa.git 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)