]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
minor correction in macro documentation
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Jul 2009 14:38:11 +0000 (14:38 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Jul 2009 14:38:11 +0000 (14:38 +0000)
HLT/exa/makeComponentConfigurationObject.C

index 1d2af662cda241a4a21c187e224b32ff27f2bc4d..8df9553e7d48c38e662b3f4442a7687516101111 100644 (file)
@@ -67,7 +67,7 @@ void makeComponentConfigurationObject()
   cout << "usage: aliroot -b -q -l makeComponentConfigurationObject.C'(\"path\", \"param\", \"uri\", rangemin, rangemax)'" << endl << endl;
   cout << "  path           path of the entry within the OCDB" << endl;
   cout << "  param (opt)    string to be stored in the TObjSting, default empty" << endl;
-  cout << "  uri   (opt)    the OCDB URI, default $ALICE_ROOT   " << endl;
+  cout << "  uri   (opt)    the OCDB URI, default $ALICE_ROOT/OCDB   " << endl;
   cout << "  rangemin (opt) default 0" << endl;
   cout << "  rangemax (opt) default 999999999" << endl;
   cout << "===============================================================" << endl;