From 774bf9c58c000b7d747262ef5df347fe11858e76 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Wed, 16 May 2018 16:00:48 +0100
Subject: [PATCH] Update documentation

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9f98cdf89..79a9443ae 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ and `deb-src` sources and an `i386` foreign architecture (see
 `sysroot/configure-sources.sh`), and all the packages listed in
 `sysroot/install-dependencies.sh`) and use:
 
-    make chroot=/path/to/sysroot
+    make sysroot=/path/to/sysroot
 
 or compress a similar chroot into a gzipped tar file (containing `./etc`,
 `./usr` and so on, as used by [lxc][] and [pbuilder][]) and use:
-- 
GitLab