diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-06-21 09:18:23 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-06-21 09:18:23 +0000 |
commit | edccbf510ffa3a99f132942c57e210fec112d12d (patch) | |
tree | 372d9ed34e7b51334fa57af12653e1a721895827 /man.include | |
parent | Fixed veinfo. (diff) | |
download | python-updater-edccbf510ffa3a99f132942c57e210fec112d12d.tar.gz python-updater-edccbf510ffa3a99f132942c57e210fec112d12d.tar.bz2 python-updater-edccbf510ffa3a99f132942c57e210fec112d12d.zip |
List checks in help output, make indenting nicer. Cosmetics.
Diffstat (limited to 'man.include')
-rw-r--r-- | man.include | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man.include b/man.include index 33d52c7..7349419 100644 --- a/man.include +++ b/man.include @@ -28,8 +28,8 @@ See EXAMPLES for a list examples. See ENVIRONMENT on how to set default options to override [COPYRIGHT] -Copyright (c) 2007-2008 Gentoo Foundation -Distributed under the terms of the GNU General Public License v2 +Copyright \(co 2007-2008 Gentoo Foundation, +distributed under the terms of the GNU General Public License v2 [REPORTING BUGS] Submit bug reports to https://bugs.gentoo.org/ [AUTHORS] @@ -40,16 +40,16 @@ Ali Polatel "hawking" <hawking@gentoo.org> Current maintainer [EXAMPLES] -* Rebuild packages after a python upgrade. Default options are just fine ;) +\(bu Rebuild packages after a python upgrade. Default options are just fine ;) $> python-updater -* Rebuild packages omitting manually added ones: +\(bu Rebuild packages omitting manually added ones: $> python-updater -dmanual $> python-updater -disable-manual -* You can use unique substrings instead of names for checks: +\(bu You can use unique substrings instead of names for checks: $> python-updater -dm -ep $> python-updater --disable-m --enable-pylib |