From d1d4ca92e6665a23bb103dc540daaa3fb4f96ab6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Aug 2017 02:37:29 +0200 Subject: GitRemoteSetOrigin: Use lowercase bracket format in command help Follow the same format used in 08077a854a63884de619034d6762aa5b18ed2f91 with the argument description in lowercase surrounded by angle brackets. --- src/Plugin/GitRemoteSetOrigin.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Plugin/GitRemoteSetOrigin.hs') diff --git a/src/Plugin/GitRemoteSetOrigin.hs b/src/Plugin/GitRemoteSetOrigin.hs index a0d0fa7..8ab86dc 100644 --- a/src/Plugin/GitRemoteSetOrigin.hs +++ b/src/Plugin/GitRemoteSetOrigin.hs @@ -16,7 +16,7 @@ import Plugin.Base gitRemoteSetOrigin = Plugin { matchRegex = "^git remote set origin ([^ ]+)$" , perform = gitRemoteSetOriginAction - , command = "git remote set origin URL" + , command = "git remote set origin " , description = "Set the git remote URL for this channel." } -- cgit v1.2.3