Skip to content

Commit 2136704

Browse files
authored
Merge pull request ActiveState#3657 from ActiveState/mitchell/dx-3203-2
Remove unused events shorthand `-f` that's conflicting with `--force` shorthand.
2 parents 63fdcd2 + 9d00ada commit 2136704

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)