From 5edafefa4b27cd46a06c50993ae1c91ccd6db3d3 Mon Sep 17 00:00:00 2001 From: Matthew Leeds Date: Sun, 21 Jul 2019 12:40:59 -0700 Subject: [PATCH] doc/flatpak-enter: Make a few minor improvements --- doc/flatpak-enter.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/flatpak-enter.xml b/doc/flatpak-enter.xml index 2ea9bc31..5d9305d6 100644 --- a/doc/flatpak-enter.xml +++ b/doc/flatpak-enter.xml @@ -25,7 +25,7 @@ flatpak-enter - Enter an application + Enter an application or runtime's sandbox @@ -43,9 +43,14 @@ Enter a running sandbox. + + INSTANCE must be either the pid of a process running - in a flatpak sandbox, or the ID of a running application or a the instance ID - of a running sandbox. + in a flatpak sandbox, or the ID of a running application, or the instance ID + of a running sandbox. You can use flatpak ps to find the + instance IDs of running flatpaks. + + COMMAND is the command to run in the sandbox. Extra arguments are passed on to the command. @@ -109,6 +114,7 @@ flatpak1, flatpak-run1 + flatpak-ps1