Commit ea9f26a6 authored by Tim Janik's avatar Tim Janik

SRC: audiowmark.cc: --json will only for for get or cmp

Signed-off-by: 's avatarTim Janik <timj@gnu.org>
parent 0e3a5765
......@@ -58,7 +58,7 @@ print_usage()
printf ("\n");
printf ("Global options:\n");
printf (" --strength <s> set watermark strength [%.6g]\n", Params::water_delta * 1000);
printf (" --json <file> write JSON results into file\n");
printf (" --json <file> write JSON results into file (get/cmp)\n");
printf (" --linear disable non-linear bit storage\n");
printf (" --short <bits> enable short payload mode\n");
printf (" --key <file> load watermarking key from file\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment