Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfmep committed Apr 1, 2021
1 parent 1ae2639 commit eb54bb2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ Usage: macgen [OPTIONS]
Generate random locally administrated MAC address(es).
Each MAC address is by default printed using format 01-23-45-67-89-ab

-m, --multicast Generate multicast MAC address(es)
-m, --multicast Generate multicast MAC address(es).
-c, --colon Print the MAC address using format 01:23:45:67:89:ab
-d, --dots Print the MAC address using format 0123.4567.89ab
-u, --uppercase Print hex characters in uppercase instead of lowercase
-n, --no-newline Do not output the trailing newline
-r, --repeat=NUM Generate NUM MAC addresses
-H, --help Print this help message
-u, --uppercase Print hex characters in uppercase instead of lowercase.
-n, --no-newline Do not output the trailing newline.
-r, --repeat=NUM Generate NUM MAC addresses.
-v, --version Print version and exit.
-h, --help Print this help message.


Examples:
Expand Down

0 comments on commit eb54bb2

Please sign in to comment.