Skip to content

Commit 9d00ada

Browse files
committed
Remove unused events shorthand -f that's conflicting with --force shorthand.
1 parent 63fdcd2 commit 9d00ada

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/state/internal/cmdtree/events.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ func newEventsLogCommand(prime *primer.Values) *captain.Command {
3434
[]*captain.Flag{
3535
{
3636
Name: "follow",
37-
Shorthand: "f",
3837
Description: locale.Tl("tail_f_description", "Don't stop when end of file is reached. Wait for additional data."),
3938
Value: &params.Follow,
4039
},

0 commit comments

Comments
 (0)