From: James Antill Date: Tue, 17 Jun 2008 05:23:19 +0000 (-0400) Subject: Add missing doc. for --skip-stat option X-Git-Tag: upstream/0.9.9~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7f5095dacf4acb6a24374a7d2140610f5b5a57c;p=tools%2Fcreaterepo.git Add missing doc. for --skip-stat option --- diff --git a/docs/createrepo.8 b/docs/createrepo.8 index 0bdf725..719edff 100644 --- a/docs/createrepo.8 +++ b/docs/createrepo.8 @@ -43,6 +43,11 @@ the existing metadata rather than recalculating it. In the case of a large repository with only a few new or modified rpms this can significantly reduce I/O and processing time. .br +.IP "\fB\--skip-stat\fP" +skip the stat() call on a --update, assumes if the filename is the same +then the file is still the same (only use this if you're fairly trusting or +gullible). +.br .IP "\fB\-C --checkts\fP" Don't generate repo metadata, if their timestamps are newer than its rpms. This option decreases the processing time drastically again, if you happen