diff options
author | dol-sen <brian.dolbec@gmail.com> | 2011-08-13 08:00:20 -0700 |
---|---|---|
committer | dol-sen <brian.dolbec@gmail.com> | 2011-08-13 08:00:20 -0700 |
commit | cea2072fcc0fa1bfb05fd0146e643f3db16d113e (patch) | |
tree | 5c60f86df036e99009d137135ab5f00c2f42aab4 /doc | |
parent | update CHANGES (diff) | |
download | layman-cea2072fcc0fa1bfb05fd0146e643f3db16d113e.tar.gz layman-cea2072fcc0fa1bfb05fd0146e643f3db16d113e.tar.bz2 layman-cea2072fcc0fa1bfb05fd0146e643f3db16d113e.zip |
fix wrong variable name in the layman.cfg explanations.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/layman.8.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/layman.8.txt b/doc/layman.8.txt index a8e57e1..00977b7 100644 --- a/doc/layman.8.txt +++ b/doc/layman.8.txt @@ -172,7 +172,7 @@ cache:: *layman* will store the downloaded global list of overlays here. The default is '%(storage)s/cache.xml'. -overlays:: +local_list:: *layman* will store the list of installed overlays here. The default is '%(storage)s/overlays.xml'. @@ -394,7 +394,7 @@ ADDING AN OVERLAY LOCALLY Simply create an overlay list in the format described above and run *layman* with the -o switch. You need to prepend local file URLs with 'file://'. *New* is the ability to just add an overlay definition like - the above to /etc/layman/overlays/ some-overlay.xml and it will be + the above to /etc/layman/overlays/some-overlay.xml and it will be automatically available for actions such as add, delete, info... |