From f0e90609012a9b93d3c9dbcebdd8202924fab216 Mon Sep 17 00:00:00 2001 From: Winter Date: Mon, 16 Sep 2024 23:03:07 -0700 Subject: [PATCH] updated main.fnl usage --- arg-handler.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arg-handler.fnl b/arg-handler.fnl index 76f854f..0ec7862 100644 --- a/arg-handler.fnl +++ b/arg-handler.fnl @@ -1,7 +1,7 @@ (set _G.port 16384) (set _G.use-http false) -(local usage (: "Usage: %s [-h] [-p] [--use-http] +(local usage (: "Usage: %s [options] Options: -h, --help Show this help message and exit