ss<<"For each command there is a short version and a long one, example: op/operator. Subcommands (add/rm/ls/ch/reclaim) do not have short versions.\n";
ss<<"For most commands there is a short version and a long one.\n";
ss<<"\n";
ss<<programName<<" lsc/liststorageclass\n";
ss<<programName<<" ssc/setstorageclass\n";
ss<<programName<<" csc/clearstorageclass\n";
ss<<programName<<" mkdir\n";
ss<<programName<<" rmdir\n";
ss<<programName<<" ls\n";
ss<<programName<<" a/archive\n";
ss<<programName<<" r/retrieve\n";
ss<<programName<<" da/deletearchive\n";
ss<<programName<<" cr/cancelretrieval\n";
returnss.str();
std::stringstreamhelp;
help<<"CTA ADMIN commands:\n";
help<<"\n";
help<<"For each command there is a short version and a long one, example: op/operator. Subcommands (add/rm/ls/ch/reclaim) do not have short versions.\n";