Skip to content

Commit

Permalink
Changed clear option description.
Browse files Browse the repository at this point in the history
  • Loading branch information
monochromegane committed Jul 15, 2014
1 parent e993566 commit 05c9272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion option.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package hoi

type Options struct {
Server bool `short:"s" long:"server" description:"Start hoi server."`
Clear bool `short:"c" long:"clear" description:"Clear all symlinks by removing public directory."`
Clear bool `short:"c" long:"clear" description:"Clear all symlinks by removing contents under public directory."`
Version bool `long:"version" description:"Show version"`
}

0 comments on commit 05c9272

Please sign in to comment.