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

Fixed typo in FakeEosCmdLineArgs.cpp

parent c01d4be6
Branches
Tags
No related merge requests found
......@@ -112,7 +112,7 @@ void FakeEosCmdLineArgs::printUsage(std::ostream &os) {
" -h,--help" << std::endl <<
" Prints this usage message" << std::endl <<
"Example:" << std::endl <<
" cta-xroot_plugins-fakeeos localhost 10955 /my_dir" << std::endl;
" cta-xrootd_plugins-fakeeos localhost 10955 /my_dir" << 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