Skip to content

Commit 449633a

Browse files
authored
Merge pull request rancher#2088 from SvenDowideit/ros-service-logs-f
allow shortened version: ros s logs -f network
2 parents fa14b69 + 21714bb commit 449633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/control/service/command/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ func LogsCommand(factory composeApp.ProjectFactory) cli.Command {
145145
Value: 100,
146146
},
147147
cli.BoolFlag{
148-
Name: "follow",
148+
Name: "follow, f",
149149
Usage: "Follow log output.",
150150
},
151151
},

0 commit comments

Comments
 (0)