From 80d462698b5b9dc488e3bd6d739dc7f0712d57b8 Mon Sep 17 00:00:00 2001 From: Aleš Raszka Date: Aug 10 2015 14:19:24 +0000 Subject: Typo in import --help descriptions bz#1248742 --- diff --git a/src/pyrpkg/cli.py b/src/pyrpkg/cli.py index d1c3af1..8ecb30c 100755 --- a/src/pyrpkg/cli.py +++ b/src/pyrpkg/cli.py @@ -495,7 +495,7 @@ defined, packages will be built sequentially.""" % {'name': self.name}) 'import', help='Import srpm content into a module', description='This will extract sources, patches, and the spec ' 'file from an srpm and update the current module ' - 'accordingly. It will import to the current branch by' + 'accordingly. It will import to the current branch by ' 'default.') import_srpm_parser.add_argument( '--skip-diffs', help="Don't show diffs when import srpms",