Improve CLI usage output

* Move -h option at tail;
* Add separator between standard and tail options.
This commit is contained in:
Thibault Jouan
2015-04-18 17:08:18 +00:00
parent 0f2d658986
commit 7d011dad60
3 changed files with 21 additions and 25 deletions

View File

@@ -3,13 +3,14 @@ Then /^the output must contain exactly the usage$/ do
Usage: uhwm [options]
options:
-h, --help print this message
-v, --verbose enable verbose mode
-d, --debug enable debug mode
-f, --run-control PATH specify alternate run control file
-r, --require PATH require ruby feature
-l, --layout LAYOUT specify layout
-w, --worker WORKER specify worker
-h, --help print this message
-V, --version print version
eoh
end