1 Sep
2016
1 Sep
'16
3:57 a.m.
On 01/09/16 07:05, Gordian Edenhofer wrote:
Switch to parseopts instead of merely checking the first argument.
Signed-off-by: Gordian Edenhofer <gordian.edenhofer@gmail.com> --- contrib/bacman.sh.in | 63 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 41 insertions(+), 22 deletions(-)
<snip>
+# Parse arguments +OPT_SHORT=':v'
Why the colon?