Skip to content

Commit 63ec378

Browse files
committed
fix: corrected the switch doc line
1 parent 9df8fe6 commit 63ec378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/DataManagementSystem/scripts/dirac_dms_filecatalog_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
def main():
2929
fcType = None
3030
catalog = None
31-
Script.registerSwitch("f:", "file-catalog=", f" Catalog client type to use (default {fcType})")
31+
Script.registerSwitch("f:", "file-catalog=", f" Catalog to use (default - Catalog defined for the users' VO)")
3232
Script.parseCommandLine(ignoreErrors=False)
3333

3434
from DIRAC import exit as dexit

0 commit comments

Comments
 (0)