m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBrian Mattern <rephorm@rephorm.com>2012-09-11 22:21:21 -0700
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-12 12:38:48 +0200
commit2ac8b6577f806b8bd4cbc103d2837ebed68f6778 (patch)
treec36b5d548bf22f4df95ef6aaf5b6d2076f10b877 /README
parent3a0c8bae77a15976f6b74ed92d57127f7d6cdca6 (diff)
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.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
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