Commit 2fcc60b
committed
Remove duplicated
The `parse_options_baset::main` function checks for a `--help` argument.
It calls the `help()` member function and exits rather than calling
`doit()` when this argument is specified. The duplicated code removed by
this commit was misleading because it was never reached when the
`--help` argument was specified.--help argument handling1 parent 5a667fd commit 2fcc60b
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 33 | | |
40 | 34 | | |
41 | 35 | | |
| |||
0 commit comments