Skip to content

Commit

Permalink
Fix typo in sync help text (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
msuozzo authored and russellhancox committed May 10, 2018
1 parent b70442e commit 2b1ddf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/santactl/Commands/sync/SNTCommandSync.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ + (NSString *)shortHelpText {
}

+ (NSString *)longHelpText {
return (@"If Santa is configured to synchronize with a a server, "
return (@"If Santa is configured to synchronize with a server, "
@"this is the command used for syncing.\n\n"
@"Options:\n"
@" --clean: Perform a clean sync, erasing all existing rules and requesting a"
Expand Down

0 comments on commit 2b1ddf9

Please sign in to comment.