From 91825fd01004093376f0c165ed1961d749055b37 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sun, 19 Mar 2023 17:42:25 +0330 Subject: changed the help text for the hist-size option, remove the json vendored dependency --- lclipd.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lclipd.lua') diff --git a/lclipd.lua b/lclipd.lua index a58a3da..e6ed165 100755 --- a/lclipd.lua +++ b/lclipd.lua @@ -105,7 +105,8 @@ local function lclip_exit(n) end local parser = argparse() -parser:option("-s --hist_size", "history file size", 200) +parser:option("-s --hist_size", + "number of distinct entries for clipboard history", 200) --- Log the given string to syslog with the given priority. -- @param log_str the string passed to the logging facility -- cgit v1.2.3