Skip to content

Commit f5b9972

Browse files
committed
docs: Make --no-prune documentation clearer
The word "prune" is used in multiple contexts and by adding the clarification confusion can be ruled out.
1 parent ef4b0b8 commit f5b9972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/skaffold/app/cmd/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ var flagRegistry = []Flag{
283283
},
284284
{
285285
Name: "no-prune",
286-
Usage: "Skip removing images and containers built by Skaffold",
286+
Usage: "Skip removing images and containers built by Skaffold during cleanup after dev or debug mode",
287287
Value: &opts.NoPrune,
288288
DefValue: false,
289289
FlagAddMethod: "BoolVar",

0 commit comments

Comments
 (0)