Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Schreiner <schreiner@suse.de>2016-03-31 07:30:03 +0300
committerFrank Schreiner <schreiner@suse.de>2016-03-31 07:30:03 +0300
commitb206acaecf63841be81baf21bb1d62c92eee6ea0 (patch)
tree768639a1d010cbab8e900291e6d24db047fe51a3
parentaf5844bb1144e698e084fd55ede25ae857bea71b (diff)
cli options description now match man page description
-rw-r--r--doc/createrepo_c.85
-rw-r--r--src/cmd_parser.c5
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/createrepo_c.8 b/doc/createrepo_c.8
index 2d417ae..e1312ff 100644
--- a/doc/createrepo_c.8
+++ b/doc/createrepo_c.8
@@ -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.
diff --git a/src/cmd_parser.c b/src/cmd_parser.c
index a8dc54a..866b7f6 100644
--- a/src/cmd_parser.c
+++ b/src/cmd_parser.c
@@ -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 "