Skip to content

Commit

Permalink
Add version flag in README
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumerose committed Nov 24, 2020
1 parent 7601be2 commit 27d71af
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ This project gathers all the interactions with the hosts that need to perform Co
For full usage directions simply call `admin-helper -h`

```shell
NAME:
admin-helper - manage your hosts file goodly
Usage:
admin-helper [command]

USAGE:
admin-helper [global options] command [command options] [arguments...]
Available Commands:
add Add an entry to the hostsfile
clean Clean all entries added with a particular suffix
help Help about any command
remove Remove host(s) if exists

COMMANDS:
add, a Add an entry to the hostsfile
remove, rm, r Remove ip or host(s) if exists
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
--help, -h show help (default: false)
Flags:
-h, --help help for admin-helper
-v, --version version for admin-helper

Use "admin-helper [command] --help" for more information about a command.
```
## License
Expand Down

0 comments on commit 27d71af

Please sign in to comment.