diff options
author | Chris Robinson <[email protected]> | 2017-07-11 00:38:52 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-07-11 00:38:52 -0700 |
commit | 5048322fff816b70cf7122231062a7a4dc15cda6 (patch) | |
tree | 260fac3fa7251c4c6b0dbe4c8071b71a64b0735d /examples | |
parent | f313f9c117846b11b2e88198be9af0174e57b577 (diff) |
Update alffplay's command line message
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alffplay.cpp | 2 |
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 */ |