Ticket #316: msynctool.make_help_clearer.patch

File msynctool.make_help_clearer.patch, 863 bytes (added by puck, 6 years ago)
  • tools/msynctool.c

     
    5151  fprintf (stderr, "--showformats <objtype>\tLists all formats that a objtype can have\n"); 
    5252  fprintf (stderr, "--showgroup <groupname>\tLists all members of the group\n"); 
    5353  fprintf (stderr, "--sync <groupname>\tSync all members in a group\n"); 
    54   fprintf (stderr, "--filter-objtype <objtype>\tFilter object type\n"); 
     54  fprintf (stderr, "--filter-objtype <objtype>\tFilter out object type\n"); 
    5555  fprintf (stderr, "--slow-sync <objtype>\tPerform a slow-sync of all members in the group\n"); 
    5656  fprintf (stderr, "[--wait] \tDont immediatly start to sync, but wait for a client to initialize the sync\n"); 
    5757  fprintf (stderr, "[--multi] \tRepeat to wait for sync alerts\n");