I installed the attached minor doc fix.
>From 8025d267f73f56307ce30790ee84524c3bac05cf Mon Sep 17 00:00:00 2001
From: Paul Eggert <egg...@cs.ucla.edu>
Date: Sun, 6 Mar 2016 11:29:34 -0800
Subject: [PATCH] doc: minor --rsyncable doc fixes

* doc/gzip.texi (Sample): Mention --rsyncable.
* gzip.c (help): Sort and do not capitalize the new --rsyncable
help string.
---
 doc/gzip.texi | 1 +
 gzip.c        | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/gzip.texi b/doc/gzip.texi
index 2721e9d..1d8d100 100644
--- a/doc/gzip.texi
+++ b/doc/gzip.texi
@@ -203,6 +203,7 @@ Mandatory arguments to long options are mandatory for short options too.
   -N, --name        save or restore the original name and time stamp
   -q, --quiet       suppress all warnings
   -r, --recursive   operate recursively on directories
+      --rsyncable   make rsync-friendly archive
   -S, --suffix=SUF  use suffix SUF on compressed files
       --synchronous synchronous output (safer if system crashes, but slower)
   -t, --test        test compressed file integrity
diff --git a/gzip.c b/gzip.c
index e243f2e..1618f19 100644
--- a/gzip.c
+++ b/gzip.c
@@ -364,6 +364,7 @@ local void help()
 #if ! NO_DIR
  "  -r, --recursive   operate recursively on directories",
 #endif
+ "      --rsyncable   make rsync-friendly archive",
  "  -S, --suffix=SUF  use suffix SUF on compressed files",
  "      --synchronous synchronous output (safer if system crashes, but slower)",
  "  -t, --test        test compressed file integrity",
@@ -375,7 +376,6 @@ local void help()
  "  -Z, --lzw         produce output compatible with old compress",
  "  -b, --bits=BITS   max number of bits per code (implies -Z)",
 #endif
- "      --rsyncable   Make rsync-friendly archive",
  "",
  "With no FILE, or when FILE is -, read standard input.",
  "",
-- 
2.5.0

Reply via email to