Revision: 3992
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3992&view=rev
Author:   hofman
Date:     2008-06-09 03:14:57 -0700 (Mon, 09 Jun 2008)

Log Message:
-----------
fix typos in skimnotes help

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

Modified: trunk/skimnotes.m
===================================================================
--- trunk/skimnotes.m   2008-06-08 14:12:48 UTC (rev 3991)
+++ trunk/skimnotes.m   2008-06-09 10:14:57 UTC (rev 3992)
@@ -10,10 +10,10 @@
 static char *versionStr = "SkimNotes command-line client, version 2.1.";
 
 static char *setHelpStr = "skimnotes set: write Skim notes to a PDF\nUsage: 
skimnotes set PDF_FILE [SKIM_FILE|-]\n\nWrites notes to extended attributes of 
PDF_FILE from SKIM_FILE or standard input.\nUses notes file with same base name 
as PDF_FILE if SKIM_FILE is not provided.";
-static char *getHelpStr = "skimnotes get: read Skim notes from a PDF\nUsage: 
skimnotes get [-format skim|text|rtf] PDF_FILE [NOTES_FILE|-]\n\nReads Skim, 
Text, or RTF notes in from extended attributes of PDF_FILE and writes to 
NOTES_FILE or standard output.\nUses notes file with same base name as PDF_FILE 
if SKIM_FILE is not provided.\nReads Skim notes when no format is provided.";
+static char *getHelpStr = "skimnotes get: read Skim notes from a PDF\nUsage: 
skimnotes get [-format skim|text|rtf] PDF_FILE [NOTES_FILE|-]\n\nReads Skim, 
Text, or RTF notes from extended attributes of PDF_FILE and writes to 
NOTES_FILE or standard output.\nUses notes file with same base name as PDF_FILE 
if SKIM_FILE is not provided.\nReads Skim notes when no format is provided.";
 static char *removeHelpStr = "skimnotes remove: delete Skim notes from a 
PDF\nUsage: skimnotes remove PDF_FILE\n\nRemoves the Skim notes from the 
extended attributes of PDF_FILE.";
 static char *agentHelpStr = "skimnotes agent: run the Skim Notes agent\nUsage: 
skimnotes agent [SERVER_NAME]\n\nRuns a Skim Notes agent server with server 
name SERVER_NAME, to which a Cocoa application can connect using DO.\nWhen 
SERVER_NAME is not provided, a unique name is generated and returned on 
standard output.\nThe DO server conforms to the following formal [EMAIL 
PROTECTED] SKAgentListenerProtocol\n- (bycopy NSData *)SkimNotesAtPath:(in 
bycopy NSString *)aFile;\n- (bycopy NSData *)RTFNotesAtPath:(in bycopy NSString 
*)aFile;\n- (bycopy NSData *)textNotesAtPath:(in bycopy NSString *)aFile 
encoding:(NSStringEncoding)encoding;[EMAIL PROTECTED]";
-static char *helpHelpStr = "skimnotes help: get help on the skimnotes 
tool\nUsage: skimnotes help [VERB]]\n\nGet help on the verb VERB.";
+static char *helpHelpStr = "skimnotes help: get help on the skimnotes 
tool\nUsage: skimnotes help [VERB]\n\nGet help on the verb VERB.";
 static char *versionHelpStr = "skimnotes version: get version of the skimnotes 
tool\nUsage: skimnotes version.\n\nGet the version of the tool and exit.";
 
 enum {


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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to