From 0cdad2344edc918614b117b1c3e5ca98c16ad5d0 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Sat, 1 Jan 2022 17:01:50 -0700 Subject: [PATCH] Clarify supported options for pastebin --- rpaste.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpaste.go b/rpaste.go index 4df8db3..56a9e18 100644 --- a/rpaste.go +++ b/rpaste.go @@ -111,7 +111,7 @@ See rpaste(1)`, Name: "pastebin", Aliases: []string{"p"}, Value: setting.PasteBinService, - Usage: "Sets the paste bin service to send to", + Usage: "Sets the paste bin service to send to. Current supported: rpaste, fpaste", Required: false, }, }