Skip to content

Commit 672ce77

Browse files
committed
help updated
1 parent 593bb6e commit 672ce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/readoutAdminDB.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ using namespace AliceO2::InfoLogger;
2626
void printUsage()
2727
{
2828
printf("Usage: readoutAdminDB ...\n");
29-
printf(" -c command : action to execute. One of create (create tables), clear (delete tables content), destroy (destroy all tables), test (insert some dummy data)\n");
29+
printf(" -c command : action to execute. One of create (create tables), clear (delete tables content), destroy (destroy all tables), fetch (retrieve content), test (insert some dummy data)\n");
3030
printf(" [-z pathToConfigurationFile] : sets which configuration to use. By default %s\n", cfgDefaultsPath.c_str());
3131
printf(" [-v] : sets verbose mode\n");
3232
printf(" [-h] : print this help\n");

0 commit comments

Comments
 (0)