From fc683a35bd3712eb048d5c78e76cf906b19d6837 Mon Sep 17 00:00:00 2001
From: Sylvestre Ledru <sylvestre@debian.org>
Date: Sat, 2 Mar 2024 23:03:53 +0100
Subject: [PATCH] more is mentionned twice

---
 README.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/README.md b/README.md
index 74fe47a..04e17b4 100644
--- a/README.md
+++ b/README.md
@@ -82,7 +82,6 @@ First, reimplement the most important tools from util-linux
 
 ## Utility Tools
 - `lsblk`: Lists block devices.
-- `more`: Pager for file viewing.
 - `fallocate`: Preallocates file space.
 - `flock`: Manages file locks.
 - `getopt`: Parses command options.