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:
authorTomas Mlcoch <tmlcoch@redhat.com>2012-07-30 15:23:51 +0400
committerTomas Mlcoch <tmlcoch@redhat.com>2012-07-30 15:32:06 +0400
commit3474d557894bf644b6e8bfb6e8a67066df0aea66 (patch)
tree7c35ac0918b297e7f5282c303efabd0e0c612945 /createrepo_c.bash
parent05ae319299d8b6a932782b6a91edd03f869b0512 (diff)
Manpage and bashcompletition file update
Diffstat (limited to 'createrepo_c.bash')
-rw-r--r--createrepo_c.bash5
1 files changed, 3 insertions, 2 deletions
diff --git a/createrepo_c.bash b/createrepo_c.bash
index 2d41db2..e250779 100644
--- a/createrepo_c.bash
+++ b/createrepo_c.bash
@@ -23,7 +23,7 @@ _cr_createrepo()
COMPREPLY=( $( compgen -f -o plusdirs -X '!*.xml' -- "$2" ) )
return 0
;;
- -s|--sumtype)
+ -s|--checksum)
COMPREPLY=( $( compgen -W 'md5 sha1 sha256' -- "$2" ) )
return 0
;;
@@ -61,7 +61,8 @@ _cr_createrepo()
--no-database --update --update-md-path --database
--skip-stat --pkglist --includepkg --outputdir
--skip-symlinks --changelog-limit --unique-md-filenames
- --simple-md-filenames --workers --xz --compress-type' -- "$2" ) )
+ --simple-md-filenames --workers --xz --compress-type
+ --keep-all-metadata' -- "$2" ) )
else
COMPREPLY=( $( compgen -d -- "$2" ) )
fi