From 253ae30746f054ce184376c011f63f47ae4d7c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 29 Oct 2022 14:17:30 +0200 Subject: [PATCH] Add documentation to usage function. --- isidore.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/isidore.sh b/isidore.sh index 125817f..93d2e89 100755 --- a/isidore.sh +++ b/isidore.sh @@ -71,6 +71,9 @@ function set_config_vars() source $ISIDORE_CONFIG_DIR/config } +## +# Print the usage of the Isidore command. +## function print_usage() { echo "USAGE: $1 [options]"