fix pvxlist help message

piping into pvxlist doesn't work, but passing the servers as argument to
it does
This commit is contained in:
Érico Nogueira
2023-08-07 08:13:53 -07:00
committed by mdavidsaver
parent aba04ee952
commit f0e76c00ac
+1 -1
View File
@@ -43,7 +43,7 @@ void usage(const char* argv0)
" "<<argv0<<" -w 0 -v\n"
"\n"
" List all PV names. (Warning: high network load)\n"
" "<<argv0<<" -w 5 | "<<argv0<<"\n"
" "<<argv0<<" $("<<argv0<<" -w 5)\n"
"\n"
" -h Show this message.\n"
" -V Print version and exit.\n"