From 759b46022cc192220ca43c4f2849f1a4a2b87e47 Mon Sep 17 00:00:00 2001 From: Luca Di Maio Date: Thu, 22 Feb 2024 00:07:53 +0100 Subject: [PATCH] docs: update usages Signed-off-by: Luca Di Maio --- docs/usage/distrobox-create.md | 4 ++-- docs/usage/distrobox-enter.md | 2 +- docs/usage/distrobox-ephemeral.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/usage/distrobox-create.md b/docs/usage/distrobox-create.md index d117295cc2..4db7c77b16 100644 --- a/docs/usage/distrobox-create.md +++ b/docs/usage/distrobox-create.md @@ -15,9 +15,9 @@ graphical apps (X11/Wayland), and audio. **distrobox create** - --image/-i: image to use for the container default: ${container_image_default} + --image/-i: image to use for the container default: ${container_image_default} --name/-n: name for the distrobox default: ${container_name_default} - --hostname: hostname for the distrobox default: . + --hostname: hostname for the distrobox default: .$(uname -n) --pull/-p: pull the image even if it exists locally (implies --yes) --yes/-Y: non-interactive, pull images without asking --root/-r: launch podman/docker/lilipod with root privileges. Note that if you need root this is the preferred diff --git a/docs/usage/distrobox-enter.md b/docs/usage/distrobox-enter.md index cbe0ac0349..63ac035a98 100644 --- a/docs/usage/distrobox-enter.md +++ b/docs/usage/distrobox-enter.md @@ -17,7 +17,7 @@ If using it inside a script, an application, or a service, you can specify the **distrobox enter** --name/-n: name for the distrobox default: my-distrobox - --/-e: end arguments execute the rest as command to execute at login default: default $USER's shell + --/-e: end arguments execute the rest as command to execute at login default: default ${USER}'s shell --no-tty/-T: do not instantiate a tty --no-workdir/-nw: always start the container from container's home directory --additional-flags/-a: additional flags to pass to the container manager command diff --git a/docs/usage/distrobox-ephemeral.md b/docs/usage/distrobox-ephemeral.md index 161917c2cf..5c0e25d393 100644 --- a/docs/usage/distrobox-ephemeral.md +++ b/docs/usage/distrobox-ephemeral.md @@ -18,7 +18,7 @@ when the command is terminated. specify it through the DBX_SUDO_PROGRAM env variable, or 'distrobox_sudo_program' config variable) --verbose/-v: show more verbosity --help/-h: show this message - --/-e: end arguments execute the rest as command to execute at login default: default $USER's shell + --/-e: end arguments execute the rest as command to execute at login default: default ${USER}'s shell --version/-V: show version # EXAMPLES