Skip to content

Commit

Permalink
add newline to output of "santactl help sync" (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyen-phillip authored Sep 25, 2018
1 parent 2d98173 commit 52c5b5a
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 @@ -52,7 +52,7 @@ + (NSString *)longHelpText {
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"
@" --clean: Perform a clean sync, erasing all existing rules and requesting a\n"
@" clean sync from the server.");
}

Expand Down

0 comments on commit 52c5b5a

Please sign in to comment.