diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2010-11-07 00:01:23 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2010-11-07 00:01:31 +0100 |
commit | eda4ea7cecaadc6ab2c4923efe8c65410ae91f5d (patch) | |
tree | cbd4d3d629ebe837a42481bdcc0bc945d1fe19f5 /doc | |
parent | man page: Improve style (diff) | |
download | layman-eda4ea7cecaadc6ab2c4923efe8c65410ae91f5d.tar.gz layman-eda4ea7cecaadc6ab2c4923efe8c65410ae91f5d.tar.bz2 layman-eda4ea7cecaadc6ab2c4923efe8c65410ae91f5d.zip |
man page: Uppercase parameter variables and fix their style in synopsis
Diffstat (limited to 'doc')
-rw-r--r-- | doc/layman.8.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/layman.8.txt b/doc/layman.8.txt index b817f08..ac184cf 100644 --- a/doc/layman.8.txt +++ b/doc/layman.8.txt @@ -12,13 +12,13 @@ layman - manage your local repository of Gentoo overlays SYNOPSIS -------- -*layman* [-a] | [*--add*] [*ALL*] | [overlay] +*layman* [-a] | [*--add*] [*ALL*] | ['OVERLAY'] -*layman* [-d] | [*--delete*] [*ALL*] | [overlay] +*layman* [-d] | [*--delete*] [*ALL*] | ['OVERLAY'] -*layman* [-s] | [*--sync*] [*ALL*] | [overlay] +*layman* [-s] | [*--sync*] [*ALL*] | ['OVERLAY'] -*layman* [-i] | [*--info*] [*ALL*] | [overlay] +*layman* [-i] | [*--info*] [*ALL*] | ['OVERLAY'] *layman* [-S] | [*--sync-all*] @@ -63,20 +63,20 @@ to explicitly specify this option. The fetch operation will be performed automatically once you run the sync, sync-all, or list action. You can prevent this automatic fetching using the *--nofetch* option. -*-a* 'overlay', *--add* 'overlay':: +*-a* 'OVERLAY', *--add* 'OVERLAY':: Add the given overlay from the cached remote list to your locally installed overlays. Specify "ALL" to add all overlays from the remote list. -*-d* 'overlay', *--delete* 'overlay':: +*-d* 'OVERLAY', *--delete* 'OVERLAY':: Remove the given overlay from your locally installed overlays. Specify "ALL" to remove all overlays -*-s* 'overlay', *--sync* 'overlay':: +*-s* 'OVERLAY', *--sync* 'OVERLAY':: Update the specified overlay. Use "ALL" as parameter to synchronize all overlays -*-i* 'overlay', *--info* 'overlay':: +*-i* 'OVERLAY', *--info* 'OVERLAY':: Display all available information about the specified overlay. *-S*, *--sync-all*:: @@ -93,10 +93,10 @@ OTHER OPTIONS ~~~~~~~~~~~~~ List of other available *layman* options. -*-c* 'path', *--config* 'path':: +*-c* 'PATH', *--config* 'PATH':: Path to an alternative configuration file. -*-o* 'url', *--overlays* 'url':: +*-o* 'URL', *--overlays* 'URL':: Specifies the location of additional overlay lists. You can use this flag several times and the specified URLs will get temporarily appended to the list of URLs you specified in your config file. |