From b88f932402d50ffbcfe8863d7403ec6149330a1c Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 15 Oct 2012 14:03:49 -0400 Subject: [PATCH] manpage for arget --- arget.pod | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ argrep.1 | 1 + arinfo.1 | 1 + 3 files changed, 173 insertions(+) create mode 100644 arget.pod create mode 100644 argrep.1 create mode 100644 arinfo.1 diff --git a/arget.pod b/arget.pod new file mode 100644 index 0000000..e1d335d --- /dev/null +++ b/arget.pod @@ -0,0 +1,171 @@ +=head1 NAME + +arget, argrep, arinfo - CLI tools to query Channel Archiver + +=head1 SYNOPSIS + +arinfo [common options] + +argrep [common options] + +arget [common options] [get options] + +arget [common options] -E hdf5 [get options] + +=head1 DESCRIPTION + +These utilities will attempt to contact a Channel Archiver Data Server +using the HTTP protocol. The server configuration is determined by +a configuration file and the B<-u> argument. + +I serves the purpose of listing which archive sections will +by queries by default, or with a given set of B<-a> options. + +I serves to find which PVs in the given archive sections +match the given regular expression. + +I retrieves data and can either write it to the screen, or an HDF5 file. + +=head1 OPTIONS + +=head2 Common Options + +=over 2 + +=item B<-h>, B<--help> + +Show help message + +=item B<-I>, B<-S>, B<-G> + +Select operation to perform. Normally this is implicit in the executable name. +I is a synonym for I. + +=item B<-u> I, B<--url>=I + +Specify either a full URL (http://...) or a configuration file section name. + +=item B<-a> I, B<--archive>=I + +Search the named archive section. Can be given more than once to add additional archives. +When given the default archive section specification is overridden. + +=item B<-v>, B<--verbose> + +Print more information. May be given up to 3 times. + +=back + +=head2 Get Options + +=over 2 + +=item B<-s> I