Skip to content

Commit

Permalink
Removed a duplicate entry for path.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoL committed Sep 5, 2015
1 parent a3b294c commit bc0dfc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gif.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ func main() {
Action: UploadCommand,
Flags: uploadFlags,
},
{
Name: "path",
Usage: "Lists paths to images",
Action: PathCommand,
Flags: getFlags,
},
}
app.Before = func(c *cli.Context) (err error) {
err = loadConfig(c.String("config"))
Expand Down

0 comments on commit bc0dfc0

Please sign in to comment.