Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: help: crm help <topic> does not work (ClusterLabs#1567)
1. When len(args) is 1, should check if it is a topic first. 2. Should check _is_command() or _is_level() before calling help_command(). 3. Refine the error message printed when no suitable help entries are found.
- Loading branch information