From 0822a1ae65329cb97a4ea23cbe86ea072f1fd34d Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Fri, 29 Apr 2022 05:12:17 +0200 Subject: [PATCH] Update rn.js shit was written wrong and this fixes it :) --- rn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rn.js b/rn.js index e31b67d..4489c22 100644 --- a/rn.js +++ b/rn.js @@ -1,5 +1,5 @@ if(process.argv.length < 3 || process.argv[2] == "--help"){ - console.log("Usage: node randomnumbers.js "); + console.log("Usage: node rn.js "); process.exit(1); } const digits = process.argv[2];