Revision: 12804
          http://sourceforge.net/p/skim-app/code/12804
Author:   hofman
Date:     2022-02-27 15:31:02 +0000 (Sun, 27 Feb 2022)
Log Message:
-----------
We allow 'archive' and 'plist' as format for skimnotes get

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

Modified: trunk/SkimNotes/skimnotes.m
===================================================================
--- trunk/SkimNotes/skimnotes.m 2022-02-25 23:00:28 UTC (rev 12803)
+++ trunk/SkimNotes/skimnotes.m 2022-02-27 15:31:02 UTC (rev 12804)
@@ -42,7 +42,7 @@
 #import "SKNUtilities.h"
 
 static char *usageStr = "Usage:\n"
-                        " skimnotes get [-format skim|text|rtf] PDF_FILE 
[NOTES_FILE|-]\n"
+                        " skimnotes get [-format skim|archive|plist|text|rtf] 
PDF_FILE [NOTES_FILE|-]\n"
                         " skimnotes set [-s|-n] PDF_FILE [SKIM_FILE|-] 
[TEXT_FILE] [RTF_FILE]\n"
                         " skimnotes remove PDF_FILE\n"
                         " skimnotes test [-s|-n] PDF_FILE\n"
@@ -56,7 +56,7 @@
 static char *versionStr = "SkimNotes command-line client, version 2.9";
 
 static char *getHelpStr = "skimnotes get: read Skim notes from a PDF\n"
-                          "Usage: skimnotes get [-format skim|text|rtf] 
PDF_FILE [NOTES_FILE|-]\n\n"
+                          "Usage: skimnotes get [-format 
skim|archive|plist|text|rtf] PDF_FILE [NOTES_FILE|-]\n\n"
                           "Reads Skim, Text, or RTF notes from extended 
attributes of PDF_FILE or the contents of PDF bundle PDF_FILE and writes to 
NOTES_FILE or standard output.\n"
                           "Uses notes file with same base name as PDF_FILE if 
SKIM_FILE is not provided.\n"
                           "Reads Skim notes when no format is provided.";

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to