Skip to content
Snippets Groups Projects
Commit 110b977d authored by Sebastian Woelke's avatar Sebastian Woelke
Browse files

typo in script auto_dummy

parent d78b6843
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
if [ "$1" = "-h" ] || [ "$1" = "help" ]; then
echo "##-- $0 creates dummy network devices --##"
echo "Usage: auto_tap.sh [-h | help]"
echo "Usage: auto_tap.sh [delete | change | create <quantity>] [-ssm | +ssm]"
echo "Usage: $0 [-h | help]"
echo "Usage: $0 [delete | change | create <quantity>] [-ssm | +ssm]"
elif [ "$1" = "create" ] && [ "$2" ] && [ "$2" -lt 255 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment