aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xaataaj.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/aataaj.lua b/aataaj.lua
index 1ddb45d..f8fc341 100755
--- a/aataaj.lua
+++ b/aataaj.lua
@@ -61,7 +61,7 @@ joysticks.
61 61
62 62
63Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current 63Alas ~/.asoundrc doesn't understand ~ or $HOME, or even "try the current
64directory" it seems. So you have to hard cade the path. Make sure your 64directory" it seems. So you have to hard code the path. Make sure your
65~/.asoundrc or /etc/asoundrc includes something like this - 65~/.asoundrc or /etc/asoundrc includes something like this -
66 66
67</var/lib/aataaj/asoundrc> 67</var/lib/aataaj/asoundrc>
@@ -140,11 +140,11 @@ if 0 ~= #args then
140 print(Help) 140 print(Help)
141 return(0) 141 return(0)
142 else 142 else
143 print("Usage: /etc/init.d/aataajScan.lua {start|stop|restart|force-reload|status}") 143 print("Usage: /etc/init.d/aataaj.lua {start|stop|restart|force-reload|status}")
144 return(1) 144 return(1)
145 end 145 end
146else 146else
147 print("Usage: /etc/init.d/aataajScan.lua {help|start|stop|restart|force-reload|status|JACK}") 147 print("Usage: /etc/init.d/aataaj.lua {help|start|stop|restart|force-reload|status|JACK}")
148 return(1) 148 return(1)
149end 149end
150 150