diff --git a/files_flattener/common/__init__.py b/files_flattener/common/__init__.py index 5ae8ec8..c1a9fa9 100644 --- a/files_flattener/common/__init__.py +++ b/files_flattener/common/__init__.py @@ -3,13 +3,13 @@ __all__ = ["logger"] USAGE = """ -Usage: flt [] +Usage: flt [] Parameters: - : The path of the directory containing the files to be flattened. + : The path of the local directory or the URL of the remote repository containing the files to be flattened. : The path of the output file where the contents of the files will be written. []: (Optional) The path to a file containing patterns of files to ignore. - If not provided, the script will look for a '.ignore' file in the specified directory. + If not provided, the script will look for a '.ignore' file under the specified identifier path. If the '.ignore' file is not found, no files will be ignored. """