From 83560c6897e666876a844f5065b9e29e603e1ee8 Mon Sep 17 00:00:00 2001 From: Patrick Hurley <> Date: Thu, 22 Feb 2024 09:44:14 -0500 Subject: [PATCH] correcting some spacing --- bin/NumberTea | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/NumberTea b/bin/NumberTea index ce70c9e..682a8a6 100644 --- a/bin/NumberTea +++ b/bin/NumberTea @@ -4,7 +4,7 @@ VERSION=02.21.24 # --- Functions --------------------------------------------------------------- -USAGE(){ +USAGE() { printf "Usage: $(basename $0) [OPTIONS]... [ARGUMENTS]... Takes a binary, decimal, or hexadecimal value and translates it to the other 2 numbering systems.