summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-25 16:57:47 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-25 16:57:47 -0700
commit24ce3e9d54060cb2f36741677acbb5d21a6ddae9 (patch)
treebc9a2cf7f69a54338df4570d58115124080af5f2 /options.c
parent98cddfaf7acc7043aedf293efd96c33c58a7210f (diff)
downloadrsync-24ce3e9d54060cb2f36741677acbb5d21a6ddae9.tar.gz
Tweak the --zz option to --zc (aka --compress-choice).
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 5b55dbc9..07511b05 100644
--- a/options.c
+++ b/options.c
@@ -1009,7 +1009,7 @@ static struct poptOption long_options[] = {
{"no-compress", 0, POPT_ARG_NONE, 0, OPT_NO_COMPRESS, 0, 0 },
{"no-z", 0, POPT_ARG_NONE, 0, OPT_NO_COMPRESS, 0, 0 },
{"compress-choice", 0, POPT_ARG_STRING, &compress_choice, 0, 0, 0 },
- {"zz", 0, POPT_ARG_STRING, &compress_choice, 0, 0, 0 },
+ {"zc", 0, POPT_ARG_STRING, &compress_choice, 0, 0, 0 },
{"skip-compress", 0, POPT_ARG_STRING, &skip_compress, 0, 0, 0 },
{"compress-level", 0, POPT_ARG_INT, &do_compression_level, 0, 0, 0 },
{0, 'P', POPT_ARG_NONE, 0, 'P', 0, 0 },