aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-07-11 00:38:52 -0700
committerChris Robinson <[email protected]>2017-07-11 00:38:52 -0700
commit5048322fff816b70cf7122231062a7a4dc15cda6 (patch)
tree260fac3fa7251c4c6b0dbe4c8071b71a64b0735d /examples
parentf313f9c117846b11b2e88198be9af0174e57b577 (diff)
Update alffplay's command line message
Diffstat (limited to 'examples')
-rw-r--r--examples/alffplay.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp
index cd4507b2..77fc148f 100644
--- a/examples/alffplay.cpp
+++ b/examples/alffplay.cpp
@@ -1370,7 +1370,7 @@ int main(int argc, char *argv[])
if(argc < 2)
{
- std::cerr<< "Usage: "<<argv[0]<<" [-device <device name>] <files...>" <<std::endl;
+ std::cerr<< "Usage: "<<argv[0]<<" [-device <device name>] [-direct] <files...>" <<std::endl;
return 1;
}
/* Register all formats and codecs */