cli options description now match man page description
authorFrank Schreiner <schreiner@suse.de>
Thu, 31 Mar 2016 04:30:03 +0000 (06:30 +0200)
committerFrank Schreiner <schreiner@suse.de>
Thu, 31 Mar 2016 04:30:03 +0000 (06:30 +0200)
doc/createrepo_c.8
src/cmd_parser.c

index 2d417ae..e1312ff 100644 (file)
@@ -90,10 +90,9 @@ Optional output directory.
 .SS \-S \-\-skip\-symlinks
 .sp
 Ignore symlinks of packages.
-.SS \--split
+.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.
+Run in split media mode. Rather than pass a single directory, take a set of directories corresponding to different volumes in a media set. Meta data is created in the first given directory
 .SS \-\-changelog\-limit <number>
 .sp
 Only import the last N changelog entries, from each rpm, into the metadata.
index a8dc54a..866b7f6 100644 (file)
@@ -107,8 +107,9 @@ 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),
-      "take a set of directories corresponding to different volumes in a media set "
-      "and creates meta data in first directory", NULL },
+      "Run in split media mode. Rather than pass a single directory, take a set of"
+      "directories corresponding to different volumes in a media set. "
+      "Meta data is created in the first given 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 "