Skip to content

Commit

Permalink
Merge pull request #286 from mitre/update-readme
Browse files Browse the repository at this point in the history
Update reame and remove directories help message
  • Loading branch information
agibbons27 authored Jul 31, 2024
2 parents 8c4cb8f + 4bfebc0 commit 612b175
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Quick Reference
-b, --base-url TEXT Base URL where Thumbtack is hosted on the server [default: /]
--path-contains TEXT Only select files containing specified string in the path
-s, --skip-subdirectory TEXT Subdirectory to ignore when monitoring files
-r, --remove-directories Remove empty directories in the mount directory on startup.
-r, --remove-directories Unmount all mountpoints and remove all empty directories in the thumbtack mount directory
--help Show this message and exit.
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ See them below.
-b, --base-url TEXT Base URL where Thumbtack is hosted on the server [default: /]
--path-contains TEXT Only select files containing specified string in the path
-s, --skip-subdirectory TEXT Subdirectory to ignore when monitoring files
-r, --remove-directories Remove empty directories in the mount directory on startup.
-r, --remove-directories Unmount all mountpoints and remove all empty directories in the thumbtack mount directory
--help Show this message and exit.
Development Environment
Expand Down
2 changes: 1 addition & 1 deletion src/thumbtack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def configure_logging(app):
"--remove-directories",
default=False,
is_flag=True,
help="Remove empty directories in the mount directory on startup.",
help="Unmount all mountpoints and remove all empty directories in the thumbtack mount directory",
)
def start_app(debug, host, port, mount_dir, image_dir, database, base_url, path_contains, skip_subdirectory, remove_directories):
app = create_app(
Expand Down

0 comments on commit 612b175

Please sign in to comment.