mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-03 06:48:09 +00:00
Improve the usage message of corosync_objctl.
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1679 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
44eaef35e0
commit
c08559c0ba
@ -181,11 +181,12 @@ static int print_all(void)
|
||||
static int print_help(void)
|
||||
{
|
||||
printf("\n");
|
||||
printf ("usage: corosync-objctl object%ckey ...\n", SEPERATOR);
|
||||
printf (" corosync-objctl -c object%cchild_obj ...\n", SEPERATOR);
|
||||
printf (" corosync-objctl -d object%cchild_obj ...\n", SEPERATOR);
|
||||
printf (" corosync-objctl -w object%cchild_obj.key=value ...\n", SEPERATOR);
|
||||
printf (" corosync-objctl -a (print all objects)\n");
|
||||
printf ("usage: corosync-objctl object%ckey ... Print an object\n", SEPERATOR);
|
||||
printf (" corosync-objctl -c object%cchild_obj ... Create Object\n", SEPERATOR);
|
||||
printf (" corosync-objctl -d object%cchild_obj ... Delete object\n", SEPERATOR);
|
||||
printf (" corosync-objctl -w object%cchild_obj.key=value ... Create a key\n", SEPERATOR);
|
||||
printf (" corosync-objctl -t object%cchild_obj ... Track changes\n", SEPERATOR);
|
||||
printf (" corosync-objctl -a Print all objects\n");
|
||||
printf("\n");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user