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

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

View File

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