]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: add getopt to TODO
authorKarel Zak <kzak@redhat.com>
Thu, 4 Oct 2018 10:54:05 +0000 (12:54 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 4 Oct 2018 10:54:05 +0000 (12:54 +0200)
Addresses: https://github.com/karelzak/util-linux/issues/701
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 62b32db720c6456bd2637e4c44c997e7544c355f..86ee25af927356ef353477307c4e7477fce77665 100644 (file)
@@ -98,6 +98,14 @@ partx
  - support mapping by device-mapper if argv[0] is "kpartx" or --dm option is used.
      
 
+getopt
+------
+  It would be great if getopt could optionally ignore unknown options.
+  Currently, it outputs -- for every option it doesn't recognize but leaving the
+  option as it is could beneficial wrapper scripts which could then pass the
+  options they don't recognize as they are to the command they are wrapping.
+  https://github.com/karelzak/util-linux/issues/701
+
 docs
 ----