File: 0004-Add-short-description-for-caddy-command.patch

package info (click to toggle)
caddy 2.6.2-12
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,852 kB
  • sloc: sh: 730; makefile: 30
file content (22 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Peymaneh <peymaneh@posteo.net>
Date: Mon, 2 Jan 2023 21:30:28 +0100
Subject: Add short description for caddy command

---
 cmd/cobra.go | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cmd/cobra.go b/cmd/cobra.go
index d2a546c..c3f1831 100644
--- a/cmd/cobra.go
+++ b/cmd/cobra.go
@@ -5,7 +5,8 @@ import (
 )
 
 var rootCmd = &cobra.Command{
-	Use: "caddy",
+	Use:   "caddy",
+	Short: "An extensible server platform",
 	Long: `Caddy is an extensible server platform written in Go.
 
 At its core, Caddy merely manages configuration. Modules are plugged