From 52c5b5aade2c1b063a1527315436902dbbd81e27 Mon Sep 17 00:00:00 2001 From: nguyen-phillip <30534889+nguyen-phillip@users.noreply.github.com> Date: Tue, 25 Sep 2018 13:55:52 -0400 Subject: [PATCH] add newline to output of "santactl help sync" (#299) --- Source/santactl/Commands/sync/SNTCommandSync.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/santactl/Commands/sync/SNTCommandSync.m b/Source/santactl/Commands/sync/SNTCommandSync.m index 28e9501c7..a822dff2b 100644 --- a/Source/santactl/Commands/sync/SNTCommandSync.m +++ b/Source/santactl/Commands/sync/SNTCommandSync.m @@ -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."); }