]> Dogcows Code - chaz/tar/commitdiff
Fixed docstring for --checkpoint option.
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 22 Jun 2004 09:30:32 +0000 (09:30 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 22 Jun 2004 09:30:32 +0000 (09:30 +0000)
src/tar.c

index a01b62a60a8bd9abe480c40893941cf7b3ecca78..6c76e0be4d42e37764ac25456b9ea9e4b07d2d61 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -492,7 +492,7 @@ static struct argp_option options[] = {
   {"verbose", 'v', 0, 0,
    N_("verbosely list files processed"), 81 },
   {"checkpoint", CHECKPOINT_OPTION, 0, 0,
-   N_("print directory names while reading the archive"), 81 },
+   N_("display progress messages every 10th record"), 81 },
   {"check-links", CHECK_LINKS_OPTION, 0, 0,
    N_("print a message if not all links are dumped"), 82 },
   {"totals", TOTALS_OPTION, 0, 0,
This page took 0.026902 seconds and 4 git commands to generate.