common: use -h instead of -help
This doesn't really matter that much as unrecognized options will still trigger a help message to be printed, but -h is much more standard so lets make the predictable choice here while sticking to only single '-' flags.
This commit is contained in:
@ -20,7 +20,7 @@ utility may be used to communicate with river over these protocols.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
*-help*
|
||||
*-h*
|
||||
Print a help message and exit.
|
||||
|
||||
*-version*
|
||||
|
@ -15,7 +15,7 @@ over the Wayland protocol.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
*-help*
|
||||
*-h*
|
||||
Print a help message and exit.
|
||||
|
||||
*-version*
|
||||
|
@ -17,7 +17,7 @@ modified while rivertile is running with the help of *riverctl*(1).
|
||||
|
||||
# OPTIONS
|
||||
|
||||
*-help*
|
||||
*-h*
|
||||
Print a help message and exit.
|
||||
|
||||
*-version*
|
||||
|
Reference in New Issue
Block a user