From c078feceac0d7cb9d6c9671867425c45eb5b29e8 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Tue, 16 Dec 2025 09:57:47 +0100 Subject: [PATCH] Fix: formatting in README. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8627c1d..6093b70 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ azure-cli [(-a|--account) ] [ other arguments passed as a command to execute inside the container ] ``` -- '--account ': Specifies the account name to be set as an environment variable inside the container. The volume name will be derived from this account name. -- '--user ': Specifies the user name to be used inside the container. Default is 'ubuntu'. -- '--name ': Specifies the name of the container. Default is sanitized account name. -- '--volume :': Binds additional local path to a path inside the container. -- '--': Indicates the end of options for the script. Any arguments following this will be passed as a command to execute inside the container. +- `--account `: Specifies the account name to be set as an environment variable inside the container. The volume name will be derived from this account name. +- `--user `: Specifies the user name to be used inside the container. Default is 'ubuntu'. +- `--name `: Specifies the name of the container. Default is sanitized account name. +- `--volume :`: Binds additional local path to a path inside the container. +- `--`: Indicates the end of options for the script. Any arguments following this will be passed as a command to execute inside the container.