Skip to content

Commit

Permalink
Merge 9a7501d into 5851efc
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Oct 28, 2022
2 parents 5851efc + 9a7501d commit 2264e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/guacscanner/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this module."""
__version__ = "1.2.9"
__version__ = "1.2.10"
2 changes: 1 addition & 1 deletion src/guacscanner/guacscanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-h --help Show this message.
--log-level=LEVEL If specified, then the log level will be set to
the specified value. Valid values are "debug", "info",
"warning", "error", and "critical". [default: info]
"warning", "error", and "critical". [default: warning]
--oneshot If present then the loop that adds (removes) connections for new (terminated) instances will only be run once.
--postgres-password=PASSWORD If specified then the specified value will be used as the password when connecting to the PostgreSQL database. Otherwise, the password will be read from a local file.
--postgres-password-file=FILENAME The file from which the PostgreSQL password will be read. [default: /run/secrets/postgres-password]
Expand Down

0 comments on commit 2264e37

Please sign in to comment.