diff options
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -587,6 +587,9 @@ while (@ARGV_orig) { $options[$#options].=$opt; } } + else { + error "Unknown parameter: $opt"; + } } # Figure out at what point in the sequence to start for each package. |