We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ee016 commit 2d98521Copy full SHA for 2d98521
1 file changed
README.md
@@ -6,8 +6,8 @@ An high level argument parsing library for bash.
6
The purpose is to replace the option-parsing and usage-describing
7
functions commonly rewritten in all scripts.
8
9
-This library is implemented for bash version 4. Prior versions of
10
-bash will fail at interpreting that code.
+This library is implemented for GNU bash version >= 4.1. Prior
+versions of bash will fail at interpreting that code.
11
12
13
### Online documentation
0 commit comments