Skip to content

Commit

Permalink
Reinclude --db option to the documentation string
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jan 13, 2025
1 parent bff8ca4 commit 68cfcfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dist/regen-memo-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ usage() {
echo " $0 --cache-options inplace"
echo " Regenerate memo files offline using a secondary cache directory and 4 CPUs"
echo " $0 --jobs 4 --cache-options /OMERO/BioFormatsCache.$( date "+%Y%m%d" )"
echo " Regenerate memo files offline using a secondary cache directory, all available CPUs and a database connection string"
echo " $0 --db postgresql://user:pass@host:port/db --cache-options /OMERO/BioFormatsCache.$( date "+%Y%m%d" )"
exit $1
}

Expand Down

0 comments on commit 68cfcfc

Please sign in to comment.