From 6d423f48064bc02c3693d81b53da00ff054f0997 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 19 Aug 2025 19:20:22 -0600 Subject: [PATCH] 1755652822 --- customscripts/randomtoken | 1 - 1 file changed, 1 deletion(-) diff --git a/customscripts/randomtoken b/customscripts/randomtoken index 548b510..2268b09 100644 --- a/customscripts/randomtoken +++ b/customscripts/randomtoken @@ -6,7 +6,6 @@ # handle args and defaults if [ "$#" -ne 2 ]; then echo "Usage: $0 [bytes] [mode]" - echo "Defaults: bytes=16, mode=hex" echo "Modes: hex, md5, sha1, sha256, sha512, base64, raw" exit 1 else