1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-02 06:11:09 +00:00

Merge pull request #1 from monokrome/fix/lobsers-typo

Fix typo, "lobsers"
This commit is contained in:
Bailey Stoner 2023-06-13 12:47:14 +00:00 committed by GitHub
commit d975b607b6
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")