lowercase

This commit is contained in:
Tyrel Souza 2019-05-13 23:30:09 -04:00 committed by Tyrel Souza
parent 59694a2632
commit 3d06f31b88
No known key found for this signature in database
GPG Key ID: 5A9394D4C30AEAC0

View File

@ -15,7 +15,7 @@ func main() {
app.Commands = []cli.Command{
{
Name: "Scan",
Name: "scan",
Aliases: []string{"u"},
Usage: "Scan a directory's manifests",
Action: func(c *cli.Context) error {