Skip to content

Commit b57f3d8

Browse files
authored
Fix minor typo in help output (#487)
1 parent 52d6525 commit b57f3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/lk/token.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ var (
8181
},
8282
&cli.StringSliceFlag{
8383
Name: "allow-source",
84-
Usage: "Restric publishing to only `SOURCE` types (e.g. --allow-source camera,microphone), defaults to all",
84+
Usage: "Restrict publishing to only `SOURCE` types (e.g. --allow-source camera,microphone), defaults to all",
8585
},
8686
&cli.StringFlag{
8787
Name: "identity",

0 commit comments

Comments
 (0)