Skip to content

Commit 9311194

Browse files
Update tools/hmac/calculateKcv.js
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 8b09f86 commit 9311194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/hmac/calculateKcv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const crypto = require('crypto');
88

99
// Ensure correct arguments
1010
if (process.argv.length !== 3) {
11-
console.error("Usage: node calculateKcv.js <base64HmacKey>");
11+
console.error("Usage: node calculateKcv.js <hexHmacKey>");
1212
process.exit(1);
1313
}
1414

0 commit comments

Comments
 (0)