From b502b09ef8b4811bd4d142437a46538d3b644fb0 Mon Sep 17 00:00:00 2001 From: euxane Date: Sun, 24 Nov 2024 23:03:15 +0100 Subject: readme: formatting --- main.nim | 2 +- readme.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/main.nim b/main.nim index be77427..e93e144 100644 --- a/main.nim +++ b/main.nim @@ -23,7 +23,7 @@ const """).strip() HELP_TEXT = staticRead("readme.md") - .split("```help", 1)[1] + .split("```helptext", 1)[1] .split("```", 1)[0] .strip() diff --git a/readme.md b/readme.md index 3f3f297..f0c3cc7 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,6 @@ Demo ```terminal ❯ tickwatch --max=100000 --change=/sys/class/net/enp2s0/statistics/rx_packets - 2024-11-24 22:43+0100 ..............._______▁_______▁___▁__▁▁▁_____▁_▁___▂______▂_ 2024-11-24 22:44+0100 _______▁___▁_____▂_____________________▂▃▂▅▆▆▂▂▄▄▄▅▇▇▇▆▆▆▇▇▇ 2024-11-24 22:45+0100 ▇▆▆▆▆▆▆▆▇▇▇▇▇▇▇▇▇▇▇▇_____▂___________▁_________________▁___▅ @@ -20,7 +19,7 @@ Demo CLI usage --------- -```help +```helptext tickwatch: A monitoring and visualization tool Usage: tickwatch [OPTIONS] -- cgit v1.2.3