From 64c10956a0f9847c9b7e5faa4ed41ff88eebd001 Mon Sep 17 00:00:00 2001 From: Chin Yeung Li Date: Mon, 7 Apr 2014 15:17:43 -0700 Subject: [PATCH] update wording for helps. --- about_code_tool/genabout.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/about_code_tool/genabout.py b/about_code_tool/genabout.py index c75f8b94..54168157 100644 --- a/about_code_tool/genabout.py +++ b/about_code_tool/genabout.py @@ -425,8 +425,8 @@ def _exists(file_path): USAGE_SYNTAX = """\ - Input must be a CSV file. - Output must be a directory location where the ABOUT files should be generated. + Input must be a CSV file + Output must be a directory location where the ABOUT files should be generated """ VERBOSITY_HELP = """\ @@ -450,12 +450,12 @@ def _exists(file_path): """ COPY_LICENSE_HELP = """\ -Copy the 'license_text_file' +Copy the 'license_text_file' from the project to the generated location Project path - Project path """ LICENSE_TEXT_LOCATION_HELP = """\ -Copy the provided 'license_text_file' to the generated location +Copy the 'license_text_file' from the directory to the generated location License path - License text files path """