Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 711389b

Browse files
authored
Merge pull request #219 from myersjustinc/patch-1
Correct typo in help text
2 parents 3ea2136 + e01f0d5 commit 711389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/stat.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
func statCmd(ctx *ShellCtxt) *ishell.Cmd {
1111
return &ishell.Cmd{
1212
Name: "stat",
13-
Help: "fetch entry metatada",
13+
Help: "fetch entry metadata",
1414
Completer: createEntryCompleter(ctx),
1515
Func: func(c *ishell.Context) {
1616
if len(c.Args) == 0 {

0 commit comments

Comments
 (0)