Commit 3f5f5d99 by Stéphane Graber

Fix some typos

parent 2e59ba02
...@@ -133,7 +133,7 @@ LXC Container configuration for Ubuntu Cloud images. ...@@ -133,7 +133,7 @@ LXC Container configuration for Ubuntu Cloud images.
Generic Options Generic Options
[ -r | --release <release> ]: Release name of container, defaults to host [ -r | --release <release> ]: Release name of container, defaults to host
[ --rootfs <path> ]: Path in which rootfs will be placed [ --rootfs <path> ]: Path in which rootfs will be placed
[ -a | --arch ]: Arhcitecture of container, defaults to host architecture [ -a | --arch ]: Architecture of container, defaults to host architecture
[ -T | --tarball ]: Location of tarball [ -T | --tarball ]: Location of tarball
[ -d | --debug ]: Run with 'set -x' to debug errors [ -d | --debug ]: Run with 'set -x' to debug errors
[ -s | --stream]: Use specified stream rather than 'released' [ -s | --stream]: Use specified stream rather than 'released'
......
...@@ -239,7 +239,7 @@ cleanup() ...@@ -239,7 +239,7 @@ cleanup()
suggest_flush() suggest_flush()
{ {
echo "Container upgrade failed. The container cache may be out of date," echo "Container upgrade failed. The container cache may be out of date,"
echo "in which case flushing the case (see -F in the hep output) may help." echo "in which case flushing the cache (see -F in the help output) may help."
} }
download_ubuntu() download_ubuntu()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment