Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
chore: Fix usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetbrulee committed Jul 24, 2024
1 parent e5d0d7f commit 0b276ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files_flattener/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
__all__ = ["logger"]

USAGE = """
Usage: flt <directory> <output_file> [<ignore_file>]
Usage: flt <identifier> <output_file> [<ignore_file>]
Parameters:
<directory> : The path of the directory containing the files to be flattened.
<identifier> : The path of the local directory or the URL of the remote repository containing the files to be flattened.
<output_file> : The path of the output file where the contents of the files will be written.
[<ignore_file>]: (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.
"""

Expand Down

0 comments on commit 0b276ec

Please sign in to comment.