1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00

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

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")