| ... | ... |
@@ -1,10 +1,9 @@ |
| 1 | 1 |
#!/bin/bash |
| 2 | 2 |
|
| 3 |
- |
|
| 4 | 3 |
# Print some usage info |
| 5 | 4 |
function usage {
|
| 6 | 5 |
echo "Usage: $0 [OPTION] [host_ip]" |
| 7 |
- echo "Set up networking for LXC" |
|
| 6 |
+ echo "Set up temporary networking for LXC" |
|
| 8 | 7 |
echo "" |
| 9 | 8 |
echo " -n, --dry-run Just print the commands that would execute." |
| 10 | 9 |
echo " -h, --help Print this usage message." |