Skip to content

Commit 218f28e

Browse files
alexislefebvrenicolas-grekas
authored andcommitted
Show “Unix-like” and list instead of “*nix”
1 parent 2792e3c commit 218f28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DiffRecipeVersionsCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
5353
5454
1. Define the `SYMFONY_ENDPOINT` environment variable:
5555
```sh
56-
# On *nix and Mac
56+
# On Unix-like (BSD, Linux and macOS)
5757
export SYMFONY_ENDPOINT={$endpoint}
5858
# On Windows
5959
SET SYMFONY_ENDPOINT={$endpoint}
@@ -67,7 +67,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
6767
6868
3. Don't forget to unset the `SYMFONY_ENDPOINT` environment variable when done:
6969
```sh
70-
# On *nix and Mac
70+
# On Unix-like (BSD, Linux and macOS)
7171
unset SYMFONY_ENDPOINT
7272
# On Windows
7373
SET SYMFONY_ENDPOINT=

0 commit comments

Comments
 (0)