| Summary: | getopt not recognized long options | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Evgheni <aidjek> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | aidjek, busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | .config_busybox_1.20.2 | ||
|
Description
Evgheni
2012-11-30 07:45:56 UTC
You have FEATURE_GETOPT_LONG disabled in your .config. -l option need it enabled. I am fixing help text to not show -l if it is disabled. (In reply to comment #1) > You have FEATURE_GETOPT_LONG disabled in your .config. -l option need it > enabled. > > I am fixing help text to not show -l if it is disabled. A lot of thanks, Denis. Will check this features on our next release update. |