diff --git a/README.md b/README.md index f7f6a9ce..cd72b4cb 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Available Commands: htop Interactive process viewer (requires htop). import Import a specified container. limits Apply resources limits to targeted container(s). See rctl(8). - list List containers (running and stopped). + list List containers (running). mount Mount a volume inside the targeted container(s). pkg Manipulate binary packages within targeted container(s). See pkg(8). rdr Redirect host port to container port. diff --git a/docs/chapters/usage.rst b/docs/chapters/usage.rst index fb6b9e55..9cad2220 100644 --- a/docs/chapters/usage.rst +++ b/docs/chapters/usage.rst @@ -26,7 +26,7 @@ Usage htop Interactive process viewer (requires htop). import Import a specified container. limits Apply resources limits to targeted container(s). See rctl(8). - list List containers (running and stopped). + list List containers (running). mount Mount a volume inside the targeted container(s). pkg Manipulate binary packages within targeted container(s). See pkg(8). rdr Redirect host port to container port. diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index a6f6967d..dd9cbb25 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -88,7 +88,7 @@ Available Commands: htop Interactive process viewer (requires htop). import Import a specified container. limits Apply resources limits to targeted container(s). See rctl(8). - list List containers (running and stopped). + list List containers (running). mount Mount a volume inside the targeted container(s). pkg Manipulate binary packages within targeted container(s). See pkg(8). rcp reverse cp(1) files from a single container to the host.