Skip to content

Commit

Permalink
Command text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raggaer committed Feb 23, 2019
1 parent a7e6a55 commit 224c349
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions command.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ var commands = []command{
rm(args)
}
},
Help: "Removes an entry of the current group (rm <entry path|number>)",
HelpSmall: "Removes an entry of the current group (rm <entry path|number>)",
Help: "Removes an entry of the current group (rm <entry name|number>)",
HelpSmall: "Removes an entry of the current group (rm <entry name|number>)",
},
{
Key: "search",
Expand All @@ -125,8 +125,8 @@ var commands = []command{
rmdir(args)
}
},
Help: "Deletes a group (rmdir <group_name|number>)",
HelpSmall: "Deletes a group (rmdir <group_name|number>)",
Help: "Deletes a group (rmdir <group name|number>)",
HelpSmall: "Deletes a group (rmdir <group name|number>)",
},
{
Key: "edit",
Expand Down

0 comments on commit 224c349

Please sign in to comment.