Ticket #332 (closed defect: wontfix)
parameter parsing gives misleading error message on incomplete parameters
| Reported by: | human | Owned by: | oetiker |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | misc | Version: | 1.4.6 |
| Keywords: | Cc: |
Description
Basically,
rrdtool graph --end
results in ERROR: unknown option 'e' - not something that is very helpful in understand what's actually wrong if the full command line is rather long.
If you can improve the getopt handling for such cases, I'd be glad. If not, I'll survive it anyway.
Regards,
Christoph



since getops is a dead-end anyway, I will not invest time in it ... popt is the future I think ...