https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232950
Cameron Katri <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Cameron Katri <[email protected]> --- The issue is that you are specifying both -h and -r which are incompatible in the first example. In the second example, argv[0] is being set to -h and is not being parsed as an argument, allowing -r to work. -- You are receiving this mail because: You are the assignee for the bug.
