Skip to content

Commit

Permalink
chore: rm date, newline
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jun 13, 2024
1 parent d08a9a9 commit f4bd286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ var (
Use: "kubepfm",
Short: "A simple port-forward wrapper tool for multiple pods/deployments/services",
Long: `A simple port-forward wrapper tool for multiple pods/deployments/services.
[version=` + version + `, commit=` + commit + `, date=` + date + `]`,
[version=` + version + `, commit=` + commit + `]`,
RunE: Run,
SilenceUsage: true,
}
Expand Down

0 comments on commit f4bd286

Please sign in to comment.