Skip to content

Commit

Permalink
minor changes in randip
Browse files Browse the repository at this point in the history
  • Loading branch information
jreisinger committed Apr 26, 2022
1 parent f983908 commit b407893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion randip
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [[ -z $1 ]]; then
count=1 # generate 1 IP address by default
elif ! [[ $1 =~ ^[0-9]+$ ]]; then
echo "usage: randip [int]" >&2; exit 1
echo "usage: randip [uint]" >&2; exit 1
else
count=$1
fi
Expand Down

0 comments on commit b407893

Please sign in to comment.