Skip to content

Commit

Permalink
Fix path for dasgoclient
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Jun 9, 2021
1 parent d8136a4 commit 300bb32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/cli.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ DAS CLI is available at

<pre>
# common usage
/cvmfs/cms.cern.ch/cmscommon/dasgoclient -query="YOUR_DAS_QUERY"
/cvmfs/cms.cern.ch/common/dasgoclient -query="YOUR_DAS_QUERY"

# json output
/cvmfs/cms.cern.ch/cmscommon/dasgoclient -query="YOUR_DAS_QUERY" -json
/cvmfs/cms.cern.ch/common/dasgoclient -query="YOUR_DAS_QUERY" -json

# DAS query examples
/cvmfs/cms.cern.ch/cmscommon/dasgoclient -examples
/cvmfs/cms.cern.ch/common/dasgoclient -examples

# DAS CLI options
/cvmfs/cms.cern.ch/cmscommon/dasgoclient -help
/cvmfs/cms.cern.ch/common/dasgoclient -help
Usage: dasgoclient [options]
-aggregate
aggregate results across all data-services
Expand Down

0 comments on commit 300bb32

Please sign in to comment.