From 07815534265e503b61c06a3e6cd3768dd7e3441d Mon Sep 17 00:00:00 2001 From: termie Date: Wed, 28 Sep 2011 18:15:55 -0500 Subject: [PATCH] mention temporariness --- lxc_network_hostonlyplusnat.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lxc_network_hostonlyplusnat.sh b/lxc_network_hostonlyplusnat.sh index 59d82e6..4e29ed7 100755 --- a/lxc_network_hostonlyplusnat.sh +++ b/lxc_network_hostonlyplusnat.sh @@ -1,10 +1,9 @@ #!/bin/bash - # Print some usage info function usage { echo "Usage: $0 [OPTION] [host_ip]" - echo "Set up networking for LXC" + echo "Set up temporary networking for LXC" echo "" echo " -n, --dry-run Just print the commands that would execute." echo " -h, --help Print this usage message."