From 7f8d22203475f4f68a5c696205746ee1738cc281 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 4 Apr 2025 19:31:34 +0200 Subject: [PATCH] README.md: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1162f..8b16f83 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ First, reimplement the most important tools from util-linux: - `hardlink`: Creates hard links. - `mcookie`: Generates random numbers. - `namei`: Follows a pathname to its endpoint. -- `rename.ul`: Renames files. +- `rename`: Renames files. - `rev`: Reverses lines in a file. - `setarch`: Sets architecture emulation. - `setpriv`: Runs a program with different privileges.