summaryrefslogtreecommitdiff
path: root/src/options/mkoptions
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/mkoptions')
-rwxr-xr-xsrc/options/mkoptions2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options/mkoptions b/src/options/mkoptions
index 9e5fb2b81..69d7643c7 100755
--- a/src/options/mkoptions
+++ b/src/options/mkoptions
@@ -810,7 +810,6 @@ function handle_alias {
expect_arg_long=required_argument
arg="$(echo "$option" | sed 's,[^=]*=\(.*\),\1,')"
option="$(echo "$option" | sed 's,--,,;s,=.*,,')"
- echo "warning: not yet handling long-option alias =$arg" >&2
else
expect_arg_long=no_argument
arg=
@@ -831,7 +830,6 @@ function handle_alias {
expect_arg=:
arg="$(echo "$option" | sed 's,[^=]*=,,')"
option="$(echo "$option" | sed 's,-\(.\)=.*,\1,')"
- echo "warning: not yet handling short-option alias =$arg" >&2
else
expect_arg=
arg=
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback