2
0
mirror of git://github.com/lxc/lxc synced 2025-09-02 17:19:31 +00:00

Fix some typos

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber
2014-01-12 15:48:48 -05:00
parent 2e59ba029e
commit 3f5f5d99b0
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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()