1
0
mirror of https://github.com/rancher/os.git synced 2025-09-12 21:23:13 +00:00

allow shortened version: ros s logs -f network

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-09-12 15:04:03 +10:00
parent 6214ab5c19
commit 21714bb8d3

View File

@@ -145,7 +145,7 @@ func LogsCommand(factory composeApp.ProjectFactory) cli.Command {
Value: 100,
},
cli.BoolFlag{
Name: "follow",
Name: "follow, f",
Usage: "Follow log output.",
},
},