1
0
mirror of synced 2026-02-13 13:06:56 +00:00

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:
Lucas Servén Marín
2021-03-12 13:39:42 +01:00
parent ed4718205a
commit 065d0b2c06
6 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ import (
var exportSourceBucketCmd = &cobra.Command{
Use: "bucket [name]",
Short: "Export Bucket sources in YAML format",
Long: "The export source git command exports on or all Bucket sources in YAML format.",
Long: "The export source git command exports one or all Bucket sources in YAML format.",
Example: ` # Export all Bucket sources
flux export source bucket --all > sources.yaml