cmd/flux/export_source*: fix typo in comment
This commit fixes a small typo in the comments for the export source commands. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ Export Bucket sources in YAML format
|
||||
|
||||
### Synopsis
|
||||
|
||||
The export source git command exports on or all Bucket sources in YAML format.
|
||||
The export source git command exports one or all Bucket sources in YAML format.
|
||||
|
||||
```
|
||||
flux export source bucket [name] [flags]
|
||||
|
||||
@@ -4,7 +4,7 @@ Export GitRepository sources in YAML format
|
||||
|
||||
### Synopsis
|
||||
|
||||
The export source git command exports on or all GitRepository sources in YAML format.
|
||||
The export source git command exports one or all GitRepository sources in YAML format.
|
||||
|
||||
```
|
||||
flux export source git [name] [flags]
|
||||
|
||||
@@ -4,7 +4,7 @@ Export HelmRepository sources in YAML format
|
||||
|
||||
### Synopsis
|
||||
|
||||
The export source git command exports on or all HelmRepository sources in YAML format.
|
||||
The export source git command exports one or all HelmRepository sources in YAML format.
|
||||
|
||||
```
|
||||
flux export source helm [name] [flags]
|
||||
|
||||
Reference in New Issue
Block a user