options.add_option("","","attribute-name","The name of the primary VDS channel. The name may be Amplitude (default), Attribute, Depth, Probability, Time, Vavg, Vint, or Vrms",cxxopts::value<std::string>(attributeName)->default_value(AMPLITUDE_ATTRIBUTE_NAME),"<string>");
options.add_option("","","attribute-unit","The units of the primary VDS channel. The unit name may be blank (default), ft, ft/s, Hz, m, m/s, ms, or s",cxxopts::value<std::string>(attributeUnit),"<string>");