Ticket #316: msynctool.make_help_clearer.patch
| File msynctool.make_help_clearer.patch, 863 bytes (added by puck, 6 years ago) |
|---|
-
tools/msynctool.c
51 51 fprintf (stderr, "--showformats <objtype>\tLists all formats that a objtype can have\n"); 52 52 fprintf (stderr, "--showgroup <groupname>\tLists all members of the group\n"); 53 53 fprintf (stderr, "--sync <groupname>\tSync all members in a group\n"); 54 fprintf (stderr, "--filter-objtype <objtype>\tFilter o bject type\n");54 fprintf (stderr, "--filter-objtype <objtype>\tFilter out object type\n"); 55 55 fprintf (stderr, "--slow-sync <objtype>\tPerform a slow-sync of all members in the group\n"); 56 56 fprintf (stderr, "[--wait] \tDont immediatly start to sync, but wait for a client to initialize the sync\n"); 57 57 fprintf (stderr, "[--multi] \tRepeat to wait for sync alerts\n");
