summaryrefslogtreecommitdiff
path: root/jackd
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-02 11:02:37 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-07-02 11:02:37 -0400
commit601e3fe33ca2807acf8a7ebc5c056e0eed9b811a (patch)
treeca12be1030c2e72d4a40febfbe065ce642517dd8 /jackd
parent6685cc737eec2937f0fb9d3088be2efee95a910e (diff)
downloadjack1-601e3fe33ca2807acf8a7ebc5c056e0eed9b811a.tar.gz
remove attempted list of options and tell user to see documentation
Diffstat (limited to 'jackd')
-rw-r--r--jackd/jackd.c20
1 files changed, 2 insertions, 18 deletions
diff --git a/jackd/jackd.c b/jackd/jackd.c
index d9d9f77..df752ed 100644
--- a/jackd/jackd.c
+++ b/jackd/jackd.c
@@ -530,24 +530,8 @@ static void usage (FILE *file)
{
copyright (file);
fprintf (file, "\n"
-"usage: jackd [ --no-realtime OR -r ]\n"
-" [ --realtime OR -R [ --realtime-priority OR -P priority ] ]\n"
-" (the two previous arguments are mutually exclusive. The default is --realtime)\n"
-" [ --name OR -n server-name ]\n"
-" [ --load OR -l internal-client ]\n"
-" [ --no-mlock OR -m ]\n"
-" [ --unlock OR -u ]\n"
-" [ --timeout OR -t client-timeout-in-msecs ]\n"
-" [ --port-max OR -p maximum-number-of-ports]\n"
-" [ --debug-timer OR -D ]\n"
-" [ --no-sanity-checks OR -N ]\n"
-" [ --verbose OR -v ]\n"
-" [ --clocksource OR -c [ h(pet) | s(ystem) ]\n"
-" [ --replace-registry ]\n"
-" [ --silent OR -s ]\n"
-" [ --version OR -V ]\n"
-" [ --nozombies OR -Z ]\n"
-" -d backend [ ... backend args ... ]\n"
+"usage: jackd [ server options ] -d backend [ ... backend options ... ]\n"
+" (see the manual page for jackd for a complete list of options)\n\n"
#ifdef __APPLE__
" Available backends may include: coreaudio, dummy, net, portaudio.\n\n"
#else