Revision: 13843
          http://sourceforge.net/p/skim-app/code/13843
Author:   hofman
Date:     2023-12-06 17:12:23 +0000 (Wed, 06 Dec 2023)
Log Message:
-----------
add newlines to help strings

Modified Paths:
--------------
    trunk/SkimNotes/skimnotes.m

Modified: trunk/SkimNotes/skimnotes.m
===================================================================
--- trunk/SkimNotes/skimnotes.m 2023-12-06 17:04:00 UTC (rev 13842)
+++ trunk/SkimNotes/skimnotes.m 2023-12-06 17:12:23 UTC (rev 13843)
@@ -95,8 +95,8 @@
                             "The DO server conforms to the formal protocol 
returned by the protocol action.";
 static char *protocolHelpStr = "skimnotes protocol: write the DO server 
protocol to standard output\n"
                                "Usage: skimnotes protocol [-xpc]\n\n"
-                               "Write the DO server protocol for the agent to 
standard output."
-                               "Returns a protocol for a XPC connection when 
the -xpc option is provided.\n";
+                               "Write the DO server protocol for the agent to 
standard output.\n"
+                               "Returns a protocol for a XPC connection when 
the -xpc option is provided.";
 static char *helpHelpStr = "skimnotes help: get help on the skimnotes tool\n"
                            "Usage: skimnotes help [VERB]\n\n"
                            "Get help on the verb VERB.";

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to