Skip to content

Commit 2d98521

Browse files
author
Damien Nadé
committed
Minimum requirement is bash 4.1, actually, not bash 4.0
1 parent d5ee016 commit 2d98521

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ An high level argument parsing library for bash.
66
The purpose is to replace the option-parsing and usage-describing
77
functions commonly rewritten in all scripts.
88

9-
This library is implemented for bash version 4. Prior versions of
10-
bash will fail at interpreting that code.
9+
This library is implemented for GNU bash version >= 4.1. Prior
10+
versions of bash will fail at interpreting that code.
1111

1212

1313
### Online documentation

0 commit comments

Comments
 (0)