Skip to content

Commit

Permalink
Update src/nix/hash.cc: s/auto-detected/SRI/
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
  • Loading branch information
kolloch and fricklerhandwerk authored Nov 27, 2023
1 parent cdf700f commit da8928a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix/hash.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit da8928a

Please sign in to comment.