From cd4f92eb125d3a7ebc096c4156d3e2e6e6709b06 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Mon, 21 Jan 2019 11:58:15 +0100 Subject: [PATCH] b2sum: fix typo. --- pages/common/b2sum.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/b2sum.md b/pages/common/b2sum.md index 23c865ebc6..fb815134bf 100644 --- a/pages/common/b2sum.md +++ b/pages/common/b2sum.md @@ -16,4 +16,4 @@ - Calculate the BLAKE2 checksum from stdin: -`{{somecommand}} | shasum` +`{{somecommand}} | b2sum`