Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dCache
cta
Commits
9f1c5d9e
Commit
9f1c5d9e
authored
8 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Improved the usage messages of the cta-xrootd_plugins-XXXX commands
parent
40f8ea9f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xroot_plugins/OpaqueQueryCmdLineArgs.cpp
+2
-0
2 additions, 0 deletions
xroot_plugins/OpaqueQueryCmdLineArgs.cpp
xroot_plugins/WriteNotificationMsgCmdLineArgs.cpp
+2
-0
2 additions, 0 deletions
xroot_plugins/WriteNotificationMsgCmdLineArgs.cpp
with
4 additions
and
0 deletions
xroot_plugins/OpaqueQueryCmdLineArgs.cpp
+
2
−
0
View file @
9f1c5d9e
...
...
@@ -106,6 +106,8 @@ OpaqueQueryCmdLineArgs::OpaqueQueryCmdLineArgs(const int argc, char *const *cons
//------------------------------------------------------------------------------
void
OpaqueQueryCmdLineArgs
::
printUsage
(
std
::
ostream
&
os
)
{
os
<<
"Description:"
<<
std
::
endl
<<
" Sends an xrootd
\"
opaque query
\"
message to the CTA front end"
<<
std
::
endl
<<
"Usage:"
<<
std
::
endl
<<
" cta-xroot_plugins-opaque-query [options] ctaHost ctaPort queryFilename"
<<
std
::
endl
<<
"Where:"
<<
std
::
endl
<<
...
...
This diff is collapsed.
Click to expand it.
xroot_plugins/WriteNotificationMsgCmdLineArgs.cpp
+
2
−
0
View file @
9f1c5d9e
...
...
@@ -123,6 +123,8 @@ WriteNotificationMsgCmdLineArgs::WriteNotificationMsgCmdLineArgs(const int argc,
//------------------------------------------------------------------------------
void
WriteNotificationMsgCmdLineArgs
::
printUsage
(
std
::
ostream
&
os
)
{
os
<<
"Description:"
<<
std
::
endl
<<
" Writes a
\"
notification
\"
message to the specified file"
<<
std
::
endl
<<
"Usage:"
<<
std
::
endl
<<
" cta-xroot_plugins-write-notification-msg filename"
<<
std
::
endl
<<
" cta-xroot_plugins-write-notification-msg -h|--help"
<<
std
::
endl
<<
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment