[Touch-packages] [Bug 1405478] Re: invokation with -h doesn't correpond to usage instructions

2015-05-10 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: bash (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bash in Ubuntu.

[Touch-packages] [Bug 1405478] Re: invokation with -h doesn't correpond to usage instructions

2015-05-10 Thread John Samuel
This feature is desirable for all other builtins. It looks like builtins only use the short versions of options and not the long versions. Reference: https://sources.debian.net/src/bash/4.3-12/builtins/jobs.def/#L242 while ((opt = internal_getopt (list, ahr)) != -1) { switch (opt)