summaryrefslogtreecommitdiff
path: root/website/bugs/use_getopts_instead_of_getopt.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'website/bugs/use_getopts_instead_of_getopt.mdwn')
-rw-r--r--website/bugs/use_getopts_instead_of_getopt.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/bugs/use_getopts_instead_of_getopt.mdwn b/website/bugs/use_getopts_instead_of_getopt.mdwn
index db087b4..af4c17a 100644
--- a/website/bugs/use_getopts_instead_of_getopt.mdwn
+++ b/website/bugs/use_getopts_instead_of_getopt.mdwn
@@ -2,3 +2,9 @@ Since Monkeysphere is using bash, it would be nice to use the shell
build in getopts function, instead of the external getopt program.
This would reduce an external dependency, which would definitely be
better for portability.
+
+---
+
+So it looks like the sh built-in getopts does not include long options
+(eg. "--expire"). Is it worth getting rid of the long options for
+this?