createrepo: Update help
authorTomas Mlcoch <tmlcoch@redhat.com>
Tue, 28 Apr 2015 14:44:51 +0000 (16:44 +0200)
committerTomas Mlcoch <tmlcoch@redhat.com>
Tue, 28 Apr 2015 14:44:51 +0000 (16:44 +0200)
src/cmd_parser.c

index 3d555c0..6756615 100644 (file)
@@ -120,7 +120,7 @@ static GOptionEntry cmd_entries[] =
     { "simple-md-filenames", 0, 0, G_OPTION_ARG_NONE, &(_cmd_options.simple_md_filenames),
       "Do not include the file's checksum in the metadata filename.", NULL },
     { "retain-old-md", 0, 0, G_OPTION_ARG_INT, &(_cmd_options.retain_old),
-      "Keep around the latest (by timestamp) N copies of the old repodata.", NULL },
+      "Keep around the latest (by timestamp) N copies of the old repodata.", "<N>" },
     { "distro", 0, 0, G_OPTION_ARG_STRING_ARRAY, &(_cmd_options.distro_tags),
       "Distro tag and optional cpeid: --distro'cpeid,textname'.", "DISTRO" },
     { "content", 0, 0, G_OPTION_ARG_STRING_ARRAY, &(_cmd_options.content_tags),