From eb9184a1aee64be1c20fabd482bfcbe676bed049 Mon Sep 17 00:00:00 2001
From: Jack Wills <32690432+mrjackwills@users.noreply.github.com>
Date: Sun, 8 May 2022 19:26:19 +0000
Subject: [PATCH] docs(README): slight tweaks
---
README.md | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 525ab08..082b1a0 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ rm oxker_linux_x86_64.tar.gz oxker
available command line arguments
| argument|result|
|--|--|
-|```-d [number > 0]```| set the update interval for docker information, in ms |
+|```-d [number > 0]```| set the update interval for docker information, in ms, defaults to 1000 (1 second) |
|```-r```| Show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) |
|```-c```| Attempt to color the logs (conflicts with -r) |
|```-t```| Remove timestamps from each log entry |
@@ -71,12 +71,6 @@ If no memory information available, try appending ```/boot/cmdline.txt``` with
see https://forums.raspberrypi.com/viewtopic.php?t=203128 and https://github.com/docker/for-linux/issues/1112
-### Compress executable
-
-compress output from \~3mb to ~1mb
-
-```upx --best --lzma target/release/oxker -o ./oxker```
-
### Untested on other platforms
## Tests