summaryrefslogtreecommitdiff
path: root/scope.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-05-05 19:31:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-05-05 19:31:22 -0700
commitf7af80a0ad7807e35f426a2377d7312b415c9d68 (patch)
treebce523cee662d650017cc0ee3f82c27cc67d6d69 /scope.c
parent51c3ab198e6fa440961d02f6af13b1d73d698101 (diff)
Fix up documentation of NAS command line flags
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'scope.c')
-rw-r--r--scope.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scope.c b/scope.c
index f87e2dc..38ef83c 100644
--- a/scope.c
+++ b/scope.c
@@ -668,12 +668,12 @@ Usage(void)
" -I Start in interactive mode\n"
" -S<n> Start/stop on SIGUSR1 (0/1)\n"
" -T Transposes some output with an offset of 0x20\n"
- " -A Enables audio\n"
- " -r Raw output\n"
+ " -A Enables Network Audio System (NAS) support\n"
" -a<level> Audio verbose output\n"
- " -n<level> Nas verbose output\n"
+ " -n<server-host> NAS server to connect to\n"
" -D<level> Debug level (default = 255)\n"
" -q Quiet output\n"
+ " -r Raw output\n"
" -v<level> Verbose output (0 to 5, 0=quiet)\n"
" -V Output version information and exit\n"
" -t Terminate when all clients close\n");