diff options
| author | Michael Forney <mforney@mforney.org> | 2019-11-17 20:08:59 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-11-17 20:09:14 -0800 |
| commit | 482d996d7339a862156ea7c867773482f733135e (patch) | |
| tree | 071dfc92e621a2b056130348fd32f40d4f22b4b3 /setup.lua | |
| parent | 37adb2ae9cd11291254be667c56b3440566d8205 (diff) | |
Add more short command descriptions
Diffstat (limited to 'setup.lua')
| -rwxr-xr-x | setup.lua | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
