Skip to content

Commit 763b48f

Browse files
committed
Fixed use of - in variable name.
1 parent 0db11f2 commit 763b48f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pipesfilters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,10 +381,10 @@ The variables can both be used in scripts and on the command line. Usually you r
381381
- **$OMP_NUM_THREADS** Number of OpenMP threads
382382
- **$PYTHONPATH** Path to the directory where your Python libraries and packages are installed
383383

384-
!!! Note "To see the content of an environment variable named ENVIRONMENT-VARIABLE"
384+
!!! Note "To see the content of an environment variable named ENVIRONMENT_VARIABLE"
385385

386386
```bash
387-
echo $ENVIRONMENT-VARIABLE
387+
echo $ENVIRONMENT_VARIABLE
388388
```
389389

390390
!!! Tip

0 commit comments

Comments
 (0)