Skip to content

Commit

Permalink
rootlessctl: fix help message
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Jan 13, 2019
1 parent a15ff1c commit e1a325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rootlessctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func main() {
},
cli.StringFlag{
Name: "socket",
Usage: "Path to api.sock (under the `rootlesskit --state-dir` directory)",
Usage: "Path to api.sock (under the \"rootlesskit --state-dir\" directory)",
},
}
app.Commands = []cli.Command{
Expand Down

0 comments on commit e1a325b

Please sign in to comment.