Skip to content
Snippets Groups Projects
Commit 01f65bfc authored by Steven Murray's avatar Steven Murray
Browse files

Added a second example to the help message of cta-xrootd_plugins-fakeeos

parent b651c682
Branches
Tags
No related merge requests found
......@@ -118,9 +118,12 @@ void FakeEosCmdLineArgs::printUsage(std::ostream &os) {
"Options:" << std::endl <<
" -h,--help" << std::endl <<
" Prints this usage message" << std::endl <<
"Example:" << std::endl <<
"Example 1:" << std::endl <<
" echo -n -e 'Hello\\n\\x00World' > query.txt" << std::endl <<
" cta-xrootd_plugins-fakeeos localhost 10955 query.txt" << std::endl;
" cta-xrootd_plugins-fakeeos localhost 10955 query.txt" << std::endl <<
"Example 2:" << std::endl <<
" cta-xrootd_plugins-write-notification-msg notification.msg" << std::endl <<
" cta-xrootd_plugins-fakeeos localhost 10955 notification.msg" << std::endl;
}
} // namespace xroot_plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment