X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Ftrajectoryanalysis%2Fmodules%2Fsasa.cpp;h=edff30830f3311f17a373206b4b51f39ceddcca0;hb=5750bfe806310856448a1e7baf46a7d648d1185e;hp=cf243b44190d23983da444ea20e2e5edeaa7291d;hpb=61ba45d5a1865eace484126b5beeb2ea286fc6d7;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/trajectoryanalysis/modules/sasa.cpp b/src/gromacs/trajectoryanalysis/modules/sasa.cpp index cf243b4419..edff30830f 100644 --- a/src/gromacs/trajectoryanalysis/modules/sasa.cpp +++ b/src/gromacs/trajectoryanalysis/modules/sasa.cpp @@ -445,7 +445,7 @@ Sasa::initOptions(Options *options, TrajectoryAnalysisSettings *settings) "that are both too high." }; - options->setDescription(desc); + settings->setHelpText(desc); options->addOption(FileNameOption("o").filetype(eftPlot).outputFile().required() .store(&fnArea_).defaultBasename("area")