Changeset 76fd43 in git for Singular/feOptTab.h


Ignore:
Timestamp:
Nov 8, 2012, 12:12:13 PM (11 years ago)
Author:
Zoltán Kovács <zoltan@…>
Branches:
(u'spielwiese', 'a7324b6e0b44a1a8ed3fa4d9ca3e2ff210ddd52c')
Children:
26c8e6010d08437813f7b3dcc02d4afa785e062d
Parents:
0158c8ef3c49736b2316c3c42da03591cb2eb901
git-author:
Zoltán Kovács <zoltan@geogebra.org>2012-11-08 12:12:13+01:00
git-committer:
Zoltán Kovács <zoltan@geogebra.org>2012-11-08 23:28:35+01:00
Message:
Adding new command line option --no-shell to prevent running escape shell commands
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/feOptTab.h

    r0158c8 r76fd43  
    130130   0,          "Suppress all output",                                  feOptBool,    0,      0},
    131131
     132  {"no-shell",          no_argument,        LONG_OPTION_RETURN,
     133   0,          "Disallow using shell escape commands",                 feOptBool,    0,      0},
     134
    132135  {"min-time",          required_argument,  LONG_OPTION_RETURN,
    133136  "SECS",     "Do not display times smaller than SECS (in seconds)",   feOptString, (void*) "0.5",  0},
Note: See TracChangeset for help on using the changeset viewer.