Skip to content

Commit 74af89d

Browse files
author
Kalle Fagerberg
committed
Fix 'less' docs in 'how-it-works'
1 parent bd193aa commit 74af89d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/usage/how-it-works.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Simply put:
99
1. Parse the arguments to understand which subcommand it is. For example:
1010

1111
```bash
12-
kubecolor --kubecolor-theme="light" get --pager="less" pods -o wide --watch
12+
kubecolor --kubecolor-theme="light" get --pager="less -RF" pods -o wide --watch
1313
```
1414

1515
2. Parse subcommand and kubecolor-specific flags:
@@ -18,7 +18,7 @@ Simply put:
1818
- "flag `--output` is set to `wide`"
1919
- "flag `--watch` is set to `true`"
2020
- "set kubecolor theme to `light`"
21-
- "set pager to `less`"
21+
- "set pager to `less -RF`"
2222

2323
3. Prepare `kubectl` subcommand, filtering out kubecolor-specific flags,
2424
turning the command into:

0 commit comments

Comments
 (0)