[PATCH 4/5] Refer to the man page for more information about the configuration file for copr-cli

Pierre-Yves Chibon pingou at pingoured.fr
Wed Nov 27 19:42:07 UTC 2013


---
 copr_cli/subcommands.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/copr_cli/subcommands.py b/copr_cli/subcommands.py
index 57da934..28a761a 100644
--- a/copr_cli/subcommands.py
+++ b/copr_cli/subcommands.py
@@ -20,7 +20,8 @@ def get_user():
     if not config.read(
             os.path.join(os.path.expanduser('~'), '.config', 'copr')):
         raise copr_exceptions.CoprCliNoConfException(
-            'No configuration file "~/.config/copr" found.')
+            'No configuration file "~/.config/copr" found. '
+            'See man copr-cli for more information')
     try:
         username = config.get('copr-cli', 'username', None)
         login = config.get('copr-cli', 'login', None)
-- 
1.8.3.1



More information about the copr-devel mailing list