From 74d50be376ceebcaa10bb9bbf5cc18b65f4cd992 Mon Sep 17 00:00:00 2001 From: Paul Gier Date: Aug 21 2017 18:35:13 +0000 Subject: Minor wording improvement in help Signed-off-by: Paul Gier --- diff --git a/pyrpkg/cli.py b/pyrpkg/cli.py index ac6c841..72f6702 100644 --- a/pyrpkg/cli.py +++ b/pyrpkg/cli.py @@ -216,7 +216,7 @@ class cliClient(object): 'which is used to determine the build target and value of ' 'dist macro. Generally, release is the name of a branch ' 'created in your package repository. --release is an alias ' - 'of --dist, hence --release should be instead.') + 'of --dist, hence --release should be used instead.') # Allow forcing the dist value group.add_argument('--dist', default=None,