Skip to content

Commit

Permalink
prune: better desc
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm committed Mar 26, 2016
1 parent 0357f25 commit b713161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

var CmdPrune = &Cmd{
Name: "prune",
Desc: "prune allowed .envrc's which no more exists",
Desc: "removes old allowed files",
Fn: func(env Env, args []string) (err error) {
var config *Config
var dir *os.File
Expand Down

0 comments on commit b713161

Please sign in to comment.