Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page cylc help output #2704

Merged
merged 3 commits into from
Jul 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/cylc
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ control|information|all|task|license|GPL|admin|preparation|hook|discovery\
shift 1
:;;
help|h|\?|--help|-h)
help_util "$@"
help_util "$@" | ${PAGER:-less}
exit 0
:;;
version|--version|-V)
Expand Down
7 changes: 3 additions & 4 deletions bin/cylc-help
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,9 @@ def typo(str):


# BEGIN MAIN
general_usage = """
Cylc ("silk") is a workflow engine for orchestrating complex *suites* of
inter-dependent distributed cycling (repeating) tasks, as well as ordinary
non-cycling workflows.
general_usage = """Cylc ("silk") is a workflow engine for orchestrating complex
*suites* of inter-dependent distributed cycling (repeating) tasks, as well as
ordinary non-cycling workflows.
For detailed documentation see the Cylc User Guide (cylc doc --help).

Version __CYLC_VERSION__
Expand Down