From 4be854f5efa38dd411a4d1a91237f563f3fe94d7 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Jun 25 2017 17:31:29 +0000 Subject: Recommend --release instead of --dist in mockbuild --help Most other references to --dist were changed in c5138c1 (Recommend --release instead of --dist, 2016-11-10). Signed-off-by: Todd Zullinger --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index 5d405d4..22fd77f 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -639,7 +639,7 @@ defined, packages will be built sequentially.""" % {'name': self.name}) description='This will use the mock utility to build the package ' 'for the distribution detected from branch ' 'information. This can be overridden using the global' - ' --dist option. Your user must be in the local ' + ' --release option. Your user must be in the local ' '"mock" group.', epilog="If config file for mock isn't found in the " "/etc/mock directory, a temporary config "