Skip to content

Commit e2132ed

Browse files
author
Damien Nadé
committed
README.md: minor description update
1 parent 61dd9b9 commit e2132ed

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ bash-argsparse
33

44
An high level argument parsing library for bash.
55

6-
The purpose is to replace the option-parsing and usage-describing
7-
functions commonly rewritten in all scripts.
6+
Inspired, by the python argparse module, bash-argsparse purpose is to
7+
replace the option-parsing and usage-describing functions commonly
8+
rewritten in all scripts.
89

910
This library is implemented for GNU bash version >= 4.1. Prior
1011
versions of bash will fail at interpreting that code.

0 commit comments

Comments
 (0)