Change 'seperator' to 'separator'. Thanks @tudurom
This commit is contained in:
8
1.1.md
8
1.1.md
@@ -91,8 +91,8 @@ fetch --stdout --disable kernel packages gtktheme
|
||||
|
||||
```
|
||||
|
||||
- Added `--stdout_seperator` and `$stdout_seperator` which takes a string and adds it<br \>
|
||||
as a seperator between the output.
|
||||
- Added `--stdout_separator` and `$stdout_separator` which takes a string and adds it<br \>
|
||||
as a separator between the output.
|
||||
- Added `--stdout_title` and `$stdout_title` which allow you to toggle the `title@hostname`<br \>
|
||||
from appearing in the output.
|
||||
- Added `--stdout_subtitles` which allow you to toggle the `Info:` titles from appearing in<br \>
|
||||
@@ -102,8 +102,8 @@ the output.
|
||||
# Hiding subtitles
|
||||
fetch --stdout --stdout_subtitles off
|
||||
|
||||
# Custom seperator
|
||||
fetch --stdout disk gpu --stdout_seperator " | "
|
||||
# Custom separator
|
||||
fetch --stdout disk gpu --stdout_separator " | "
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user