Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2018-09-04 14:30:42 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2018-09-04 14:30:42 +0300
commitaa25ab45fcbf94921360a7da243dcfafc8b74074 (patch)
treeaec34f91030b4df5103b4a1fd0223c3d7899a40b /man
parent3e841bf08911cd746bcf3473744706998fcc9bb7 (diff)
[mono-cil-strip] Add support for -q to be quiet. (#10421)
Diffstat (limited to 'man')
-rw-r--r--man/mono-cil-strip.17
1 files changed, 6 insertions, 1 deletions
diff --git a/man/mono-cil-strip.1 b/man/mono-cil-strip.1
index 2a4ab8f1fd9..61885b26fb4 100644
--- a/man/mono-cil-strip.1
+++ b/man/mono-cil-strip.1
@@ -2,12 +2,17 @@
.SH NAME
Mono CIL strip
.SH SYNOPSIS
-.B mono-cil-strip assembly [output-assembly]
+.B mono-cil-strip [options] assembly [output-assembly]
.SH DESCRIPTION
mono-cil-strip is a tool which takes an assembly, and empty its method bodies.
This is useful to reduce an assembly size when an assembly has already been
compiled using Mono's Ahead Of Time compiler (AOT), where the CIL code is no
longer necessary, but the metadata still is.
+.SH OPTIONS
+The following options are available:
+.TP
+.I "-q"
+Only output errors.
.SH COPYRIGHT
Copyright (C) 2008 Novell, Inc (http://www.novell.com)
.SH MAILING LISTS