Updated docs [skip ci]

This commit is contained in:
Rhet Turnbull 2022-04-23 16:12:52 -07:00
parent 2d29b79102
commit f602af8485
3 changed files with 3 additions and 0 deletions

View File

@ -161,6 +161,7 @@ Commands:
tutorial Display osxphotos tutorial.
uninstall Uninstall Python packages from the osxphotos environment
uuid Print out unique IDs (UUID) of photos selected in Photos
version Check for new version of osxphotos.
```
To get help on a specific command, use `osxphotos help command_name`, for example, `osxphotos help export` to get help on the `export` command.

View File

@ -118,6 +118,7 @@ Alternatively, you can also run the command line utility like this: ``python3 -m
tutorial Display osxphotos tutorial.
uninstall Uninstall Python packages from the osxphotos environment
uuid Print out unique IDs (UUID) of photos selected in Photos
version Check for new version of osxphotos.
To get help on a specific command, use ``osxphotos help <command_name>``

View File

@ -77,5 +77,6 @@ This package will install a command line utility called ``osxphotos`` that allow
tutorial Display osxphotos tutorial.
uninstall Uninstall Python packages from the osxphotos environment
uuid Print out unique IDs (UUID) of photos selected in Photos
version Check for new version of osxphotos.
To get help on a specific command, use ``osxphotos help <command_name>``