From 013abd07254a80441ff6be1843c110a22e166283 Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Thu, 4 Apr 2024 10:41:04 +0200 Subject: [PATCH] Update content/diffutils.md Co-authored-by: Daniel Hofstetter --- content/diffutils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/diffutils.md b/content/diffutils.md index b10527503..fbcc854d2 100644 --- a/content/diffutils.md +++ b/content/diffutils.md @@ -5,7 +5,7 @@ template = "project.html" +++ -Rust implementation of GNU diffutils: `diff`, `cmp` and `diff`. +Rust implementation of GNU diffutils: `diff`, `cmp`, `diff3` and `sdiff`. This project aims to be a drop-in replacement of the original commands.