From 0441d824538dec8cdbfe2e6701472d6df791b99a Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 5 Jan 2024 15:58:24 -0600 Subject: [PATCH] explain "pipe" --- docs/pmm/environmental.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/pmm/environmental.md b/docs/pmm/environmental.md index 717056d5..bbd9d212 100644 --- a/docs/pmm/environmental.md +++ b/docs/pmm/environmental.md @@ -319,7 +319,7 @@ different ways to specify these things.
- **Accepted Values:** Pipe-separated list of Collection Names to run + **Accepted Values:** Pipe-separated list of Collection Names to run; the "pipe" character is "|" as shown in the examples below. **Shell Flags:** `-rc` or `--run-collections` (ex. `--run-collections "Harry Potter|Star Wars"`) @@ -342,7 +342,7 @@ different ways to specify these things.
- **Accepted Values:** Pipe-separated list of Library Names to run + **Accepted Values:** Pipe-separated list of Library Names to run; the "pipe" character is "|" as shown in the examples below. **Shell Flags:** `-rl` or `--run-libraries` (ex. `--run-libraries "Movies - 4K|TV Shows - 4K"`) @@ -369,7 +369,7 @@ different ways to specify these things.
- **Accepted Values:** Pipe-separated list of Collection, Metadata or Playlist Filenames to run + **Accepted Values:** Pipe-separated list of Collection, Metadata or Playlist Filenames to run; the "pipe" character is "|" as shown in the examples below. **Shell Flags:** `-rf` or `--run-files` (ex. `--run-files "Movies.yml|MovieCharts"`) @@ -657,4 +657,4 @@ different ways to specify these things. ```yaml tmdb: apikey: <> - ``` \ No newline at end of file + ```