diff options
author | Gunnar Wrobel <p@rdus.de> | 2007-09-11 09:34:48 +0000 |
---|---|---|
committer | Gunnar Wrobel <p@rdus.de> | 2007-09-11 09:34:48 +0000 |
commit | c8d258ef16d97e51ecdba271658068ddf00b8a5f (patch) | |
tree | 70b64c6b620e49a87f4e0cc4ce4082c0ca42dd4f /doc | |
parent | Import layman. (diff) | |
download | overlord-c8d258ef16d97e51ecdba271658068ddf00b8a5f.tar.gz overlord-c8d258ef16d97e51ecdba271658068ddf00b8a5f.tar.bz2 overlord-c8d258ef16d97e51ecdba271658068ddf00b8a5f.zip |
Layman v1.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/layman.8.xml | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/doc/layman.8.xml b/doc/layman.8.xml index c966786..ecd2ec7 100644 --- a/doc/layman.8.xml +++ b/doc/layman.8.xml @@ -420,6 +420,14 @@ </varlistentry> <varlistentry> + <term><option>-i</option> <replaceable>overlay</replaceable></term> + <term><option>--info</option> <replaceable>overlay</replaceable></term> + <listitem> + <para>Display all available information about the specified overlay.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-S</option></term> <term><option>--sync-all</option></term> <listitem> @@ -468,10 +476,13 @@ <listitem> <para>Specifies the location of additional overlay lists. You can use this flag several times and the - specified urls will get appended to the list of urls you - specified in your config file. You may also specify - local file urls by prepending the path with - file://</para> + specified urls will get temporarily appended to the list + of urls you specified in your config file. You may also + specify local file urls by prepending the path with + file://. This option will only append the URL for this + specific layman run - edit your config file to add a URL + permanently. So this is useful for testing purposes. + </para> </listitem> </varlistentry> @@ -514,6 +525,25 @@ </varlistentry> <varlistentry> + <term><option>-v</option></term> + <term><option>--verbose</option></term> + <listitem> + <para>Makes <command>layman</command> more verbose and + you will receive a description of the overlays you can + download.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><option>-N</option></term> + <term><option>--nocolor</option></term> + <listitem> + <para>Remove color codes from the <command>layman</command> + output.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-Q</option><replaceable>LEVEL</replaceable></term> <term><option>--quietness</option><replaceable>LEVEL</replaceable></term> <listitem> |