Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter flag handled +info usage #124

Merged
merged 2 commits into from
Aug 19, 2015
Merged

filter flag handled +info usage #124

merged 2 commits into from
Aug 19, 2015

Conversation

Zyko0
Copy link
Contributor

@Zyko0 Zyko0 commented Aug 18, 2015

No description provided.

Flags: []cli.Flag{appFlag,
cli.IntFlag{Name: "lines, n", Value: 20, Usage: "Number of log lines to dump", EnvVar: ""},
cli.BoolFlag{Name: "follow, f", Usage: "Stream logs of app, (as \"tail -f\")", EnvVar: ""},
cli.StringFlag{Name: "filter, F", Usage: "Filter process that will be displayed", EnvVar: ""},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Filter process that will be displayed" -> "Filter container logs that will be displayed"

@Soulou
Copy link
Member

Soulou commented Aug 18, 2015

👍

Soulou added a commit that referenced this pull request Aug 19, 2015
@Soulou Soulou merged commit 850de91 into master Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants