Skip to content

Commit b6579f2

Browse files
committed
Rebalance whitespace in build/publish commands
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent adf2097 commit b6579f2

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

commands/build.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ var buildCmd = &cobra.Command{
7373
[--lang <ruby|python|python3|node|csharp|dockerfile>]
7474
[--no-cache] [--squash]
7575
[--regex "REGEX"]
76-
[--filter "WILDCARD"]
77-
[--parallel PARALLEL_DEPTH]
78-
[--build-arg KEY=VALUE]
79-
[--build-option VALUE]
80-
[--copy-extra PATH]
81-
[--tag <sha|branch|describe>]`,
76+
[--filter "WILDCARD"]
77+
[--parallel PARALLEL_DEPTH]
78+
[--build-arg KEY=VALUE]
79+
[--build-option VALUE]
80+
[--copy-extra PATH]
81+
[--tag <sha|branch|describe>]`,
8282
Short: "Builds OpenFaaS function containers",
8383
Long: `Builds OpenFaaS function containers either via the supplied YAML config using
8484
the "--yaml" flag (which may contain multiple function definitions), or directly

commands/publish.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ var publishCmd = &cobra.Command{
5959
[--lang <ruby|python|python3|node|csharp|dockerfile>]
6060
[--no-cache] [--squash]
6161
[--regex "REGEX"]
62-
[--filter "WILDCARD"]
63-
[--parallel PARALLEL_DEPTH]
64-
[--publish-arg KEY=VALUE]
65-
[--publish-option VALUE]
66-
[--copy-extra PATH]
67-
[--tag <sha|branch|describe>]
68-
[--platforms linux/arm/v7]`,
62+
[--filter "WILDCARD"]
63+
[--parallel PARALLEL_DEPTH]
64+
[--publish-arg KEY=VALUE]
65+
[--publish-option VALUE]
66+
[--copy-extra PATH]
67+
[--tag <sha|branch|describe>]
68+
[--platforms linux/arm/v7]`,
6969
Short: "Builds OpenFaaS function containers",
7070
Long: `Builds OpenFaaS function containers either via the supplied YAML config using
7171
the "--yaml" flag (which may contain multiple function definitions), or directly

0 commit comments

Comments
 (0)