diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-27 14:01:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-27 14:01:18 +0200 |
commit | 3a2ddd883fe1b92c63794897b407280fa166be3b (patch) | |
tree | a078d8648ff30e22f94d52aeeed924e83cdc9ddf /mod | |
parent | dfa77ad7a2b7bbbd5ca836bbea4050dc524ff220 (diff) |
Document submission simulation
Diffstat (limited to 'mod')
-rw-r--r-- | mod/options.cli | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/mod/options.cli b/mod/options.cli index f939b52..992ffc4 100644 --- a/mod/options.cli +++ b/mod/options.cli @@ -643,17 +643,7 @@ namespace brep // string sha256sum; - // Submission simulation. The presence of this parameter instructs the - // submission service to simulate various outcomes of the submission - // process without actually performing any externally visible actions - // (e.g., publishing the package, notifying the submitter, etc). - // - // Pre-defined simulation outcome values are 'internal-error-text', - // 'internal-error-html', 'duplicate-archive', and 'success'. The - // handler program may recognize additional outcomes. - // - // Note that the package submission email (see submit-email for details) - // is not sent for the simulated submissions. + // Submission simulation outcome. // string simulate; }; |