From 3fdc5bbe6298c81fdba73948aab6d16b32e4e066 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Wed, 22 Apr 2015 02:40:26 +0000 Subject: [PATCH] fix cli usage --- src/python/dm/daq_web_service/cli/uploadCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/dm/daq_web_service/cli/uploadCli.py b/src/python/dm/daq_web_service/cli/uploadCli.py index 539cdac7..ea247a8f 100755 --- a/src/python/dm/daq_web_service/cli/uploadCli.py +++ b/src/python/dm/daq_web_service/cli/uploadCli.py @@ -24,7 +24,7 @@ class UploadCli(DaqWebServiceSessionCli): def runCommand(self): self.parseArgs(usage=""" - dm-upload --name=EXPERIMENTNAME --data-directory=DATADIRECTORY + dm-upload --experiment=EXPERIMENTNAME --data-directory=DATADIRECTORY Description: Schedules data upload for a given experiment. -- GitLab