Browse Source

Typo.

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@3866 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/v1.9.5
sletz 15 years ago
parent
commit
4efeb5470c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      example-clients/jack_control

+ 2
- 2
example-clients/jack_control View File

@@ -106,9 +106,9 @@ def main():
print "Usage: %s [command] [command] ..." % os.path.basename(sys.argv[0])
print "Commands:"
print " exit - exit jack dbus service (stops jack server if currently running)"
print " status - check whether jack server is started, return value is 0 if runing and 1 otherwise"
print " status - check whether jack server is started, return value is 0 if running and 1 otherwise"
print " start - start jack server if not currently started"
print " stop - stop jack server if currenly started"
print " stop - stop jack server if currently started"
print " sm - switch master to currently selected driver"
print " dl - get list of available drivers"
print " dg - get currently selected driver"


Loading…
Cancel
Save