Merge pull request #461 from gclough/add_cluster_cleanup_help

Added "cluster cleanup" to help
This commit is contained in:
Abhijit Menon-Sen
2018-07-03 17:43:20 +05:30
committed by GitHub

View File

@@ -1347,6 +1347,7 @@ do_cluster_help(void)
printf(_(" %s [OPTIONS] cluster matrix\n"), progname());
printf(_(" %s [OPTIONS] cluster crosscheck\n"), progname());
printf(_(" %s [OPTIONS] cluster event\n"), progname());
printf(_(" %s [OPTIONS] cluster cleanup\n"), progname());
puts("");
printf(_("CLUSTER SHOW\n"));