1
0
Fork 0

Merge pull request #21 from monokrome/master

Fix typo, "lobsers"
This commit is contained in:
mrusme 2023-06-13 10:57:20 -05:00 committed by GitHub
commit aad6636303
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")