]> git.mjollnir.org Git - cil.git/commitdiff
Mention attachments in the README file
authorFrancois Marier <francois@debian.org>
Sun, 22 Jun 2008 21:55:12 +0000 (09:55 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Sun, 22 Jun 2008 22:44:49 +0000 (10:44 +1200)
README

diff --git a/README b/README
index 6d9aad8fa45e27eae3b52def5977590c349df9a9..e333dc460f52c8a6496617e51daf6a307310d2ca 100644 (file)
--- a/README
+++ b/README
@@ -58,6 +58,16 @@ We have just found out more about the issue so let's add a comment to it:
 When you show the issue again, you'll see the comment has been added and is now
 displayed.
 
+Adding an attachment is easy:
+
+ $ cil attach cafebabe core
+ ... added attachment 'decaf7ea' ...
+ $ cil show cafebabe
+
+If someone else added the attachment and you wish to view it, you can extract it from the issue:
+
+ $ cil extract decaf7ea --filename=mycore
+
 That's it for now. As you can see, if you've played with any kind of bug/issue
 tracker before, 'cil' is straightforward.