Skip to content

Commit

Permalink
update wording for helps.
Browse files Browse the repository at this point in the history
  • Loading branch information
chinyeungli committed Apr 7, 2014
1 parent 014904f commit 64c1095
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions about_code_tool/genabout.py
Expand Up @@ -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 = """\
Expand All @@ -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
"""

Expand Down

0 comments on commit 64c1095

Please sign in to comment.