diff --git a/doc/toolbox-enter.1.md b/doc/toolbox-enter.1.md index 5e88955..daa9932 100644 --- a/doc/toolbox-enter.1.md +++ b/doc/toolbox-enter.1.md @@ -54,7 +54,7 @@ $ toolbox enter $ toolbox enter --distro fedora --release f36 ``` -### Enter a custom toolbox container using a custom image +### Enter a toolbox container with a custom name ``` $ toolbox enter foo diff --git a/doc/toolbox-run.1.md b/doc/toolbox-run.1.md index 4495d4d..5961641 100644 --- a/doc/toolbox-run.1.md +++ b/doc/toolbox-run.1.md @@ -97,7 +97,7 @@ $ toolbox run ls -la $ toolbox run --distro fedora --release f36 emacs ``` -### Run uptime inside a custom toolbox container using a custom image +### Run uptime inside a toolbox container with a custom name ``` $ toolbox run --container foo uptime