Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
senier committed Dec 21, 2024
1 parent 0eb5713 commit 4827fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion valens/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def main() -> int:
parser_demo.add_argument(
"--public",
action="store_true",
help="make the server publicly available (sould be only used on a trusted network)",
help="make the server publicly available (should only be used on a trusted network)",
)
parser_demo.add_argument(
"--port",
Expand Down

0 comments on commit 4827fbd

Please sign in to comment.