Factorize
  • Overview
  • Repository
  • Tickets
  • Statistics
  • Projects

Repository

Improve help

Parent commits : fc52ef47bfa4abf04ae781bb5362d9c608f97d79,
Children commits : 4126b08cad912ccc9b8d892c705280898bbf0612,

By Laurent Defert on 2010-03-23 22:57:17
Improve help

Browse content
Difference with parent commit fc52ef47bfa4abf04ae781bb5362d9c608f97d79
Files modified:
factorize.py
--- 
+++ 
@@ -212,7 +212,7 @@
 
 if __name__ == "__main__":
 	opt_parser = OptionParser(usage="usage: %prog [options] file_to_view")
-	opt_parser.add_option("-s", "--skip", help="skip the first X fields of each line",
+	opt_parser.add_option("-s", "--skip", help="skip the first X fields of each line (default: 3)",
 			dest="skipped_fields", metavar="X")
 	(opt, args) = opt_parser.parse_args()
 	

Generated with KisssPM