mention temporariness
This commit is contained in:
parent
76ce231050
commit
0781553426
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
# Print some usage info
|
# Print some usage info
|
||||||
function usage {
|
function usage {
|
||||||
echo "Usage: $0 [OPTION] [host_ip]"
|
echo "Usage: $0 [OPTION] [host_ip]"
|
||||||
echo "Set up networking for LXC"
|
echo "Set up temporary networking for LXC"
|
||||||
echo ""
|
echo ""
|
||||||
echo " -n, --dry-run Just print the commands that would execute."
|
echo " -n, --dry-run Just print the commands that would execute."
|
||||||
echo " -h, --help Print this usage message."
|
echo " -h, --help Print this usage message."
|
||||||
|
|
Loading…
Reference in a new issue