Skip to content

Commit

Permalink
Extend Wash root description to mention plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Enis Inan <[email protected]>
  • Loading branch information
ekinanp committed Feb 3, 2020
1 parent 3d9dad3 commit daa25bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugin/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,6 @@ func (r *stubRoot) List(context.Context) ([]Entry, error) {

const registryDescription = `
Welcome to Wash, a UNIX-like shell that lets you manage all your entries as if
they were files and directories. This entry represents the Wash root.
they were files and directories. This entry represents the Wash root. 'ls'-ing
it yields all the configured plugins.
`

0 comments on commit daa25bd

Please sign in to comment.