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