1
0
Fork 0

Fix typo, "lobsers"

This commit is contained in:
Bailey Stoner 2023-06-13 12:46:55 +00:00 committed by GitHub
parent f80a07161e
commit df8fc0afcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func connectBase() *cobra.Command {
&sysType,
"type",
"",
"Type of system to connect to (discourse, lemmy, lobsers, hackernews)",
"Type of system to connect to (discourse, lemmy, lobsters, hackernews)",
)
cmd.MarkFlagRequired("type")