The program does not recognize that an extra -n parameter was provided. If the argument for the extra parameter is invalid then the program completely ignores the prior argument value (which may have been valid).
e.g., gen -t + -n 1 -d 1 -l 2 -n -1 makes the program assume that no valid -n argument has been provided.
The program does not recognize that an extra
-n
parameter was provided. If the argument for the extra parameter is invalid then the program completely ignores the prior argument value (which may have been valid). e.g.,gen -t + -n 1 -d 1 -l 2 -n -1
makes the program assume that no valid-n
argument has been provided.