summaryrefslogtreecommitdiffstats
path: root/python/argh
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:08:12 +0100
committer B. Watson2022-03-17 17:37:53 +0100
commitf8002daa802d24a5f22130807cdcb247d01a7327 (patch)
tree5ad60c0570daa9e3b0e343842559df10f6794735 /python/argh
parent6d80d380375260a91092e1a468e2bde10ca6dd06 (diff)
downloadslackbuilds-f8002daa802d24a5f22130807cdcb247d01a7327.tar.gz
python/argh: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/argh')
-rw-r--r--python/argh/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/argh/README b/python/argh/README
index 495df0e967..01955b7076 100644
--- a/python/argh/README
+++ b/python/argh/README
@@ -1,6 +1,6 @@
-Building a command-line interface? Found yourself uttering "argh!" while
-struggling with the API of `argparse`? Don't like the complexity but need
-the power?
+Building a command-line interface? Found yourself uttering
+"argh!" while struggling with the API of `argparse`? Don't like the
+complexity but need the power?
Argh is a smart wrapper for argparse. Argparse is a very powerful tool;
Argh just makes it easy to use.