diff options
author | dvs1 | 2024-10-25 17:03:00 +1000 |
---|---|---|
committer | dvs1 | 2024-10-25 17:03:00 +1000 |
commit | f28129b5c96317a0486592011db8e02655b18e1a (patch) | |
tree | ca38e8d662dd33b58667825605dd10030b52b883 /test_.lua | |
parent | Turn on debug mode, or pretend to, this bit isn't functional yet. (diff) | |
download | JackOnAllDevices-f28129b5c96317a0486592011db8e02655b18e1a.zip JackOnAllDevices-f28129b5c96317a0486592011db8e02655b18e1a.tar.gz JackOnAllDevices-f28129b5c96317a0486592011db8e02655b18e1a.tar.bz2 JackOnAllDevices-f28129b5c96317a0486592011db8e02655b18e1a.tar.xz |
Help command now prints out full usage as well.
Diffstat (limited to 'test_.lua')
-rwxr-xr-x | test_.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ local options = | |||
21 | stop = {help = 'Command to stop the scanning process, for Sys V init.',}, | 21 | stop = {help = 'Command to stop the scanning process, for Sys V init.',}, |
22 | JACK = {help = 'Command to start the JACK stuff, for users.',}, | 22 | JACK = {help = 'Command to start the JACK stuff, for users.',}, |
23 | STOP = {help = 'Command to stop the JACK stuff, for users.', | 23 | STOP = {help = 'Command to stop the JACK stuff, for users.', |
24 | func = function(self, a, args, i) | 24 | func = function(self, options, a, args, i) |
25 | --[=[ | 25 | --[=[ |
26 | _.killEmAll{'qsynth'} | 26 | _.killEmAll{'qsynth'} |
27 | __[[ | 27 | __[[ |