Change 'seperator' to 'separator'. Thanks @tudurom

This commit is contained in:
Dylan
2016-02-07 10:03:49 +11:00
parent a4b01e9545
commit 4fed7d5576
4 changed files with 17 additions and 17 deletions

8
1.1.md
View File

@@ -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 " | "
```