X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftar.c;h=943c23addfe555ed8223886a9861df385f29facd;hb=603c1d60a63b8dc60382c562f5fb0ab94037e62c;hp=e0b8ad02bddcd221d080fe71db4707e810b74e6f;hpb=29e9004b691bb3b0b95efdda595810b726423428;p=chaz%2Ftar diff --git a/src/tar.c b/src/tar.c index e0b8ad0..943c23a 100644 --- a/src/tar.c +++ b/src/tar.c @@ -406,7 +406,7 @@ static struct argp_option options[] = { #define GRID 30 {NULL, 0, NULL, 0, - N_("Overwrite control:"), GRID+1 }, + N_("Overwrite control:"), GRID }, {"verify", 'W', 0, 0, N_("attempt to verify the archive after writing it"), GRID+1 }, @@ -488,7 +488,7 @@ static struct argp_option options[] = { #define GRID 60 {NULL, 0, NULL, 0, - N_("Device selection and switching:\n"), GRID+1 }, + N_("Device selection and switching:"), GRID }, {"file", 'f', N_("ARCHIVE"), 0, N_("use archive file or device ARCHIVE"), GRID+1 }, @@ -527,7 +527,7 @@ static struct argp_option options[] = { #define GRID 70 {NULL, 0, NULL, 0, - N_("Device blocking:"), GRID+1 }, + N_("Device blocking:"), GRID }, {"blocking-factor", 'b', N_("BLOCKS"), 0, N_("BLOCKS x 512 bytes per record"), GRID+1 },