Skip to content

Commit

Permalink
Merge pull request #22 from luthermonson/clean-short
Browse files Browse the repository at this point in the history
change clean short to cl
  • Loading branch information
luthermonson authored Oct 18, 2020
2 parents 32d25e2 + abc2ea4 commit 488d9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clean.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
func Clean() *cli.Command {
return &cli.Command{
Name: "clean",
Aliases: []string{"c"},
Aliases: []string{"cl"},
Usage: "Clean the hostsfile by doing: remove dupe IPs, for each IPs remove dupe hosts and sort, sort all IPs, split hosts per OS limitations",
Action: clean,
Flags: []cli.Flag{
Expand Down

0 comments on commit 488d9f7

Please sign in to comment.