Changeset 3410 in Sophya for trunk/SophyaPI/ProgPI/piapp.cc


Ignore:
Timestamp:
Nov 26, 2007, 1:39:10 PM (18 years ago)
Author:
ansari
Message:

Correction Usage() -h + commentaires doxygen - Reza 26/11/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/ProgPI/piapp.cc

    r3371 r3410  
    3939  \ingroup ProgPI
    4040  \file piapp.cc
    41   \brief \b piapp: Starts the piapp interactive data analysis program.
    42 
    43   This interactive analysis program uses the SOPHYA libray, the PI GUI
    44   library. It has multiple execution threads and a  c-shell inspired
    45   command execution interpreter. See the piapp user manual for more
    46   information.
     41  \brief \b spiapp: Starts the piapp interactive data analysis program.
     42
     43  This interactive data analysis program uses the SOPHYA libray,
     44  the PI GUI library. It has multiple execution threads and a
     45  c-shell inspired command execution interpreter.
     46  See the piapp user manual for more information.
    4747  The SOPHYA piapp executable is called \b spiapp.
    4848
     
    5050  csh> spiapp -h
    5151 PIOPersist::Initialize() Starting Sophya Persistence management service
    52 SOPHYA Version  2.0 Revision 0 (V_Sep2006) -- Oct 11 2006 18:24:58 cxx
     52SOPHYA Version 2.1 Revision 0 (V_Nov2007) -- Nov 24 2007 13:08:58 cxx
    5353
    5454 piapp: Interactive data analysis and visualisation program
    55  Usage: piapp [-nored] [-termread] [-term] [-hidezswin] [-small]
    56               [-nosig] [-nosigfpe] [-nosigsegv]
     55 Usage: piapp [-nored] [-doublered] [-termread] [-term]
     56              [-hidezswin] [-small] [-nosig] [-nosigfpe] [-nosigsegv]
    5757              [-tmpdir TmpDirectory] [-help2tex] [-exec file [args]]
    5858  -nored : Don't redirect stdout/stderr to piapp console
     
    8080  else {
    8181    cout << "\n piapp: Interactive data analysis and visualisation program \n"
    82          << " Usage: piapp [-nored] [-termread] [-term] [-hidezswin] [-small] \n"
    83          << "              [-nosig] [-nosigfpe] [-nosigsegv] \n"
     82         << " Usage: piapp [-nored] [-doublered] [-termread] [-term] \n"
     83         << "              [-hidezswin] [-small] [-nosig] [-nosigfpe] [-nosigsegv] \n"
    8484         << "              [-tmpdir TmpDirectory] [-help2tex] [-exec file [args]] \n"
    8585         << "  -nored : Don't redirect stdout/stderr to piapp console\n"
Note: See TracChangeset for help on using the changeset viewer.