From 3b7a24d536044d22bdbe791c997d029a70501cbe Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 3 Jul 2025 06:52:36 +0300 Subject: [PATCH] lxc-start: fix typo (#17078) Update lxc-start.md --- pages/linux/lxc-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/lxc-start.md b/pages/linux/lxc-start.md index 99f78f09bb..fdd9dcbf2e 100644 --- a/pages/linux/lxc-start.md +++ b/pages/linux/lxc-start.md @@ -13,7 +13,7 @@ - Start a container in the foreground: -`sudo lxc-start {{container_name}} {{[-F|--foreground]]}` +`sudo lxc-start {{container_name}} {{[-F|--foreground]}}` - Exit out of a foreground container (run this in a separate terminal):