Skip to content

Commit

Permalink
(fix) fixed typos in tools' help (fixes #4175)
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed May 30, 2017
1 parent 9dae52a commit 6a8345c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Tools/SOGoToolManageEAS.m
Expand Up @@ -112,7 +112,7 @@ - (void) _setOrUnsetSyncRequest: (BOOL) set

- (void) usage
{
fprintf (stderr, "manage-eas listdevices|resetdevice|resetfolder|mergevcard|mergevevent user <devinceId | folderId> <YES | NO>\n\n"
fprintf (stderr, "manage-eas listdevices|resetdevice|resetfolder|mergevcard|mergevevent user <deviceId | folderId> <YES | NO>\n\n"
" user the user of whom to reset the whole device or a single folder\n"
" Examples:\n"
" sogo-tool manage-eas listdevices janedoe\n"
Expand Down
2 changes: 1 addition & 1 deletion Tools/SOGoToolTruncateCalendar.m
Expand Up @@ -214,7 +214,7 @@ - (BOOL) runWithFolder: (NSString *) folder
- (void) usage
{
fprintf (stderr, "Usage: truncate-calendar USER FOLDER DATE\n\n"
" USER the owner of the contact folder\n"
" USER the owner of the calendar folder\n"
" FOLDER the id of the folder to clean up\n"
" DATE UTC datetime - non-recurring events older than this date will be removed (ex: \"2016-06-27T17:38:56\")\n\n");
}
Expand Down

0 comments on commit 6a8345c

Please sign in to comment.