ChangeSet.st
changeset 4251 8466eb127174
parent 4248 f5efd9558d57
child 4269 f6986d6bd37d
--- a/ChangeSet.st	Sun Jul 16 11:51:03 2017 +0200
+++ b/ChangeSet.st	Mon Jul 17 12:23:58 2017 +0200
@@ -2371,7 +2371,10 @@
 saveSignedToFile:aFilename format:formatSymbolOrNil
     "write the changeSet to a signed file in some format.
      Sign with the exept key (which you do not have outside of exept!!).
-     Nil is chunk format (currently, the only supported)"
+     
+     formatSymbolOrNil is passed to saveToStream:s format:formatSymbolOrNil,
+     and specifies which fileOut format to use.
+     Nil means: chunk format (currently, the only supported)"
 
     |s pkcs7SignedData|
 
@@ -2383,7 +2386,7 @@
     pkcs7SignedData := (Smalltalk at:#'Expecco::KeyFileGenerator') new signExpeccoCode:s contents.
     aFilename asFilename contents:pkcs7SignedData.
 
-    "Modified (comment): / 26-07-2012 / 12:15:58 / cg"
+    "Modified (comment): / 17-07-2017 / 10:41:44 / cg"
 !
 
 saveToFile:aFilename