Skip to content
Snippets Groups Projects
Commit fb75b4c3 authored by Michael Davis's avatar Michael Davis
Browse files

[eos_cta] Changes "delete" to "deletearchive" in eoscta_stub

parent 776f805f
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ void RequestCallback<cta::xrd::Alert>::operator()(const cta::xrd::Alert &alert)
//! Usage exception
const std::runtime_error Usage("Usage: eoscta_stub archive|retrieve|delete [options] [--stderr]");
const std::runtime_error Usage("Usage: eoscta_stub archive|retrieve|deletearchive [options] [--stderr]");
......@@ -198,7 +198,7 @@ void fillNotification(cta::eos::Notification &notification, bool &isStderr, bool
{
notification.mutable_wf()->set_event(cta::eos::Workflow::PREPARE);
}
else if(wf_command == "delete")
else if(wf_command == "deletearchive")
{
notification.mutable_wf()->set_event(cta::eos::Workflow::DELETE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment