From da8928a925d6dd28c711cc64db7defcf802f35f0 Mon Sep 17 00:00:00 2001 From: Peter Kolloch Date: Mon, 27 Nov 2023 19:38:01 +0100 Subject: [PATCH] Update src/nix/hash.cc: s/auto-detected/SRI/ Co-authored-by: Valentin Gagarin --- src/nix/hash.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/hash.cc b/src/nix/hash.cc index f9bf4a175c3..8d77a886087 100644 --- a/src/nix/hash.cc +++ b/src/nix/hash.cc @@ -163,7 +163,7 @@ struct CmdHashConvert : Command }); addFlag({ .longName = "type", - .description = "Specify the type if it can't be auto-detected.", + .description = "Specify the type if it's not SRI.", .labels = {"hash type"}, .handler = {[this](std::string str) { type = parseHashType(str);