From: Andrew Chilton Date: Sat, 28 Jun 2008 00:03:19 +0000 (+1200) Subject: Add 'fsck' to the documentation. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=37fd9bef81e9b9d31568a03bb73269a01d5fa88d;p=cil.git Add 'fsck' to the documentation. --- diff --git a/README b/README index ce882d6..c0f3d5e 100644 --- a/README +++ b/README @@ -81,6 +81,12 @@ it from the issue: $ cil extract decaf7ea --filename=mycore +Finally, because the cil issue files reside on the filesystem in flat files, +there needs to be a way to check the integrity of the issues, therefore you can +run this to do checks regarding the whole issue list: + + $ cil fsck + That's it for now. As you can see, if you've played with any kind of bug/issue tracker before, 'cil' is straightforward. diff --git a/bin/cil b/bin/cil index 9e9604b..c509717 100755 --- a/bin/cil +++ b/bin/cil @@ -776,6 +776,7 @@ Commands: comment ISSUE attach ISSUE FILENAME extract ATTACHMENT [--filename=FILENAME] + fsck See for further information. Report bugs to . @@ -811,6 +812,8 @@ cil - the command-line issue list $ cil extract decaf7ea $ cil extract decaf7ea --filename=other_filename.txt + $ cil fsck + =head1 DESCRIPTION Cil is a small but useful command-line issue list. It saves issues, comments