Closed kenhys closed 5 years ago
The description of command line argument seems a bit outdated.
Debug option is described as -v.
-v
\fB\-v\fR increase verbosity levels
Debug option should be described as -d.
-d
\fB\-d\fR increase debug verbosity levels
I've updated the man file by running help2man xhk -o doc/xhk.1 I hope this fixes the issue for you. Let me know if there are any problems.
Summary
The description of command line argument seems a bit outdated.
Actual
Debug option is described as
-v
.Expected
Debug option should be described as
-d
.