docs(README) typo

This commit is contained in:
Jack Wills
2022-04-25 13:57:47 -04:00
parent d7e99c98f4
commit d6694e9317
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -19,7 +19,6 @@
"mounts": [ "mounts": [
"source=/etc/timezone,target=/etc/timezone,type=bind,readonly", "source=/etc/timezone,target=/etc/timezone,type=bind,readonly",
"source=/ramdrive,target=/ramdrive,type=bind", "source=/ramdrive,target=/ramdrive,type=bind",
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,readonly",
"source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly", "source=${localEnv:HOME}/.cargo/bin/cargo-watch,target=/usr/local/cargo/bin/cargo-watch,type=bind,readonly",
"source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly", "source=${localEnv:HOME}/.cargo/bin/cross,target=/usr/local/cargo/bin/cross,type=bind,readonly",
], ],
+1 -1
View File
@@ -33,7 +33,7 @@ See <a href="https://github.com/mrjackwills/oxker/releases" target='_blank' rel=
available command line arguments available command line arguments
| argument|result| | argument|result|
|--|--| |--|--|
|```-d [number > 0]```| set the update interval for docker information, is ms | |```-d [number > 0]```| set the update interval for docker information, in ms |
|```-r```| Show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) | |```-r```| Show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) |
|```-c```| Attempt to color the logs (conflicts with -r) | |```-c```| Attempt to color the logs (conflicts with -r) |
|```-t```| Remove timestamps from each log entry | |```-t```| Remove timestamps from each log entry |