From 2ac8b6577f806b8bd4cbc103d2837ebed68f6778 Mon Sep 17 00:00:00 2001 From: Brian Mattern Date: Tue, 11 Sep 2012 22:21:21 -0700 Subject: Use getopt to regularize options I like being able to specify command line options (like -c) at the end of the line (which is usually when I think of the fact that I need them). The attached patch uses getopt(1) to regularize the option list so that lazy people like me can specify the options in any order. --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index b7642ec..52e23af 100644 --- a/README +++ b/README @@ -18,3 +18,4 @@ Depends on: - xclip - pwgen - tree +- GNU getopt -- cgit v1.2.3