Skip to content

Commit a345082

Browse files
committed
More list indent fixes in site alias doc
1 parent 4e65298 commit a345082

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

docs/site-aliases.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -124,26 +124,25 @@ local or remote Drupal installations; however, an alias
124124
is really nothing more than a collection of options.
125125

126126
- **docker**: When specified, Drush executes via `docker-compose` exec rather than `ssh`.
127-
- **service**: the name of the container to run on.
128-
- **exec**:
129-
- **options**: Options for the exec subcommand.
127+
- **service**: the name of the container to run on.
128+
- **exec**:
129+
- **options**: Options for the exec subcommand.
130130
- **os**: The operating system of the remote server. Valid values
131131
are _Windows_ and _Linux_. Set this value for all remote
132132
aliases where the remote's OS differs from the local. This is especially relevant
133133
for the [sql:sync](commands/sql_sync.md) command.
134134
- **ssh**: Contains settings used to control how ssh commands are generated
135135
when running remote commands.
136-
- **options**: Contains additional commandline options for the `ssh` command
136+
- **options**: Contains additional commandline options for the `ssh` command
137137
itself, e.g. `-p 100`
138-
- **tty**: Usually, Drush will decide whether or not to create a tty (via
138+
- **tty**: Usually, Drush will decide whether or not to create a tty (via
139139
the `ssh --t` option) based on whether the local Drush command is running
140140
interactively or not. To force Drush to always or never create a tty,
141141
set the `ssh.tty` option to _true_ or _false_, respectively.
142142
- **paths**: An array of aliases for common rsync targets. Relative aliases are always taken from the Drupal root.
143143
- **files**: Path to _files_ directory. This will be looked up if not specified.
144144
- **drush-script**: Path to the remote Drush command.
145-
- **command**: These options will only be set if the alias is used with the specified command. In the advanced example below, the option
146-
`--no-dump` will be selected whenever the `@stage` alias is used in any of the following ways:
145+
- **command**: These options will only be set if the alias is used with the specified command. In the advanced example below, the option `--no-dump` will be selected whenever the `@stage` alias is used in any of the following ways:
147146
- `drush @stage sql-sync @self @live`
148147
- `drush sql-sync @stage @live`
149148
- `drush sql-sync @live @stage`

0 commit comments

Comments
 (0)