aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/cc-bcc.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/cc-bcc.go')
-rw-r--r--commands/compose/cc-bcc.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/cc-bcc.go b/commands/compose/cc-bcc.go
index 92f792f1..a3c1c188 100644
--- a/commands/compose/cc-bcc.go
+++ b/commands/compose/cc-bcc.go
@@ -13,6 +13,10 @@ func init() {
commands.Register(CC{})
}
+func (CC) Description() string {
+ return "Add the given address(es) to the Cc or Bcc header."
+}
+
func (CC) Context() commands.CommandContext {
return commands.COMPOSE
}