From 3a2ddd883fe1b92c63794897b407280fa166be3b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 27 Jul 2018 14:01:18 +0200 Subject: Document submission simulation --- mod/options.cli | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'mod/options.cli') 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; }; -- cgit v1.1