fixed option description and added split option to man page
authorFrank Schreiner <schreiner@suse.de>
Wed, 30 Mar 2016 13:50:36 +0000 (15:50 +0200)
committerFrank Schreiner <schreiner@suse.de>
Wed, 30 Mar 2016 13:50:36 +0000 (15:50 +0200)
doc/createrepo_c.8
src/cmd_parser.c

index 24b9edd3644755b5861bca1b4ae4c5498dea9d22..2d417aec06f8c0308afd077e900dd2bc438aaa27 100644 (file)
@@ -90,6 +90,10 @@ Optional output directory.
 .SS \-S \-\-skip\-symlinks
 .sp
 Ignore symlinks of packages.
+.SS \--split
+.sp
+Run in split media mode. Rather than pass a single directory, take a set of
+directories corresponding to different volumes in a media set.
 .SS \-\-changelog\-limit <number>
 .sp
 Only import the last N changelog entries, from each rpm, into the metadata.
index 36242cc7f2159cae1afbbd405c5e74edff3c0ded..a8dc54a0b10ba34947a65c97519ca2d9cc5d8bc7 100644 (file)
@@ -107,7 +107,8 @@ static GOptionEntry cmd_entries[] =
       "then the file is still the same (only use this if you're fairly "
       "trusting or gullible).", NULL },
     { "split", 0, 0, G_OPTION_ARG_NONE, &(_cmd_options.split),
-      "generate split media", NULL },
+      "take a set of directories corresponding to different volumes in a media set "
+      "and creates meta data in first directory", NULL },
     { "pkglist", 'i', 0, G_OPTION_ARG_FILENAME, &(_cmd_options.pkglist),
       "Specify a text file which contains the complete list of files to "
       "include in the repository from the set found in the directory. File "