Przeglądaj źródła

fix: regenerate docs

Signed-off-by: squat <lserven@gmail.com>
squat 4 miesięcy temu
rodzic
commit
1a828878b0
1 zmienionych plików z 2 dodań i 3 usunięć
  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.
-
 ```
 ```