From c6b3b43fb7d0249c55e83d54eb6d9f0b012c1168 Mon Sep 17 00:00:00 2001 From: Tomas Mlcoch Date: Wed, 6 May 2015 15:15:26 +0200 Subject: [PATCH] modifyrepo: Update --help output --- src/modifyrepo_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modifyrepo_c.c b/src/modifyrepo_c.c index 3af3a09..646ed90 100644 --- a/src/modifyrepo_c.c +++ b/src/modifyrepo_c.c @@ -76,7 +76,7 @@ parse_arguments(int *argc, char ***argv, RawCmdOptions *options, GError **err) "Do not compress the new repodata before adding it to the repo.", NULL }, { "compress-type", 0, 0, G_OPTION_ARG_STRING, &(options->compress_type), - "Compression format to use.", NULL }, + "Compression format to use.", "COMPRESS_TYPE" }, { "checksum", 's', 0, G_OPTION_ARG_STRING, &(options->checksum), "Specify the checksum type to use. (default: sha256)", "SUMTYPE" }, { "unique-md-filenames", 0, 0, G_OPTION_ARG_NONE, -- 2.7.4