From 482d996d7339a862156ea7c867773482f733135e Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sun, 17 Nov 2019 20:08:59 -0800 Subject: Add more short command descriptions --- setup.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.lua') diff --git a/setup.lua b/setup.lua index 601e268f..1d68f9cd 100755 --- a/setup.lua +++ b/setup.lua @@ -91,7 +91,9 @@ function gen(dir) build('empty', '$outdir/root.perms') end if next(pkg.inputs.index) then - build('cat', '$outdir/root.index', pkg.inputs.index) + build('cat', '$outdir/root.index', pkg.inputs.index, { + description=' INDEX $outdir/root.index', + }) else build('empty', '$outdir/root.index') end -- cgit v1.2.3