summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorsteven.bethard <devnull@localhost>2009-09-12 15:22:03 +0000
committersteven.bethard <devnull@localhost>2009-09-12 15:22:03 +0000
commitbf9a80882ddf73757b41e2f03117099857dc415c (patch)
tree7afac05184d8073e5c14d7b5283dc8c099ba26e3 /README.txt
parentf1896f4bb7648efff2398b02061791db65771224 (diff)
downloadargparse-bf9a80882ddf73757b41e2f03117099857dc415c.tar.gz
Mark README.txt and MANIFEST.in as having native eol-style.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt66
1 files changed, 33 insertions, 33 deletions
diff --git a/README.txt b/README.txt
index 82106fe..deedf0d 100644
--- a/README.txt
+++ b/README.txt
@@ -1,33 +1,33 @@
-argparse 1.0.1
-==============
-The argparse module provides an easy, declarative interface for
-creating command line tools, which knows how to:
-
-* parse the arguments and flags from sys.argv
-* convert arg strings into objects for your program
-* format and print informative help messages
-* and much more...
-
-The argparse module improves on the standard library optparse module
-in a number of ways including:
-
-* handling positional arguments
-* supporting sub-commands
-* allowing alternative option prefixes like + and /
-* handling zero-or-more and one-or-more style arguments
-* producing more informative usage messages
-* providing a much simpler interface for custom types and actions
-
-Requirements & Installation
----------------------------
-The argparse module requires Python 2.3 or greater, and can be
-installed with the standard Python installation procedure:
-
- python setup.py install
-
-Availability & Documentation
-----------------------------
-The latest version of argparse, along with API documentation and
-examples can be found at:
-
- http://code.google.com/p/argparse/
+argparse 1.0.1
+==============
+The argparse module provides an easy, declarative interface for
+creating command line tools, which knows how to:
+
+* parse the arguments and flags from sys.argv
+* convert arg strings into objects for your program
+* format and print informative help messages
+* and much more...
+
+The argparse module improves on the standard library optparse module
+in a number of ways including:
+
+* handling positional arguments
+* supporting sub-commands
+* allowing alternative option prefixes like + and /
+* handling zero-or-more and one-or-more style arguments
+* producing more informative usage messages
+* providing a much simpler interface for custom types and actions
+
+Requirements & Installation
+---------------------------
+The argparse module requires Python 2.3 or greater, and can be
+installed with the standard Python installation procedure:
+
+ python setup.py install
+
+Availability & Documentation
+----------------------------
+The latest version of argparse, along with API documentation and
+examples can be found at:
+
+ http://code.google.com/p/argparse/