Update documentation

- Update README
- Update CHNAGELOG
- Update `--config-file` argument help message
This commit is contained in:
Travis Abendshien
2024-05-14 22:11:40 -07:00
parent 8e11e28561
commit c6d2a89263
3 changed files with 121 additions and 63 deletions

View File

@@ -34,7 +34,7 @@ def main():
"--config-file",
dest="config_file",
type=str,
help="Path to a TagStudio.ini config file to use",
help="Path to a TagStudio .ini or .plist config file to use.",
)
# parser.add_argument('--browse', dest='browse', action='store_true',