소스 검색

fix: regenerate docs

Signed-off-by: squat <lserven@gmail.com>
squat 2 달 전
부모
커밋
1a828878b0
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      docs/kg.md

+ 2 - 3
docs/kg.md

@@ -14,7 +14,7 @@ Example manifests can be found [in the manifests directory](https://github.com/s
 
 
 The behavior of `kg` can be configured using the command line flags listed below.
 The behavior of `kg` can be configured using the command line flags listed below.
 
 
-[embedmd]:# (../tmp/help.txt)
+[embedmd]:# (../help.txt)
 ```txt
 ```txt
 kg is the Kilo agent.
 kg is the Kilo agent.
 		It runs on every node of a cluster,
 		It runs on every node of a cluster,
@@ -26,7 +26,7 @@ Usage:
   kg [command]
   kg [command]
 
 
 Available Commands:
 Available Commands:
-  completion  generate the autocompletion script for the specified shell
+  completion  Generate the autocompletion script for the specified shell
   help        Help about any command
   help        Help about any command
   version     Print the version and exit.
   version     Print the version and exit.
   webhook     webhook starts a HTTPS server to validate updates and creations of Kilo peers.
   webhook     webhook starts a HTTPS server to validate updates and creations of Kilo peers.
@@ -58,5 +58,4 @@ Flags:
       --subnet string                  CIDR from which to allocate addresses for WireGuard interfaces. (default "10.4.0.0/16")
       --subnet string                  CIDR from which to allocate addresses for WireGuard interfaces. (default "10.4.0.0/16")
       --topology-label string          Kubernetes node label used to group nodes into logical locations. (default "topology.kubernetes.io/region")
       --topology-label string          Kubernetes node label used to group nodes into logical locations. (default "topology.kubernetes.io/region")
       --version                        Print version and exit.
       --version                        Print version and exit.
-
 ```
 ```