mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
hide --sbin[-]dir
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
b22dbec7e6
commit
1120630ea4
1 changed files with 1 additions and 3 deletions
4
setup.py
4
setup.py
|
@ -200,9 +200,7 @@ class Setup():
|
||||||
opts.add_argumented (help = 'Set the system\'s directory for command executables\nDefault = $PREFIX/bin',
|
opts.add_argumented (help = 'Set the system\'s directory for command executables\nDefault = $PREFIX/bin',
|
||||||
alternatives = ['--bin-dir', '--bindir'], arg='BINDIR')
|
alternatives = ['--bin-dir', '--bindir'], arg='BINDIR')
|
||||||
|
|
||||||
opts.add_argumented (help = 'Set the system\'s directory for command executables by root\nDefault = $PREFIX/sbin',
|
opts.add_argumented (alternatives = ['--sbin-dir', '--sbindir'], arg='SBINDIR')
|
||||||
alternatives = ['--sbin-dir', '--sbindir'], arg='SBINDIR')
|
|
||||||
|
|
||||||
|
|
||||||
opts.add_argumented (help = 'Set the system\'s directory for non-executable libraries\nDefault = $PREFIX/lib/ponysay\nNot used.',
|
opts.add_argumented (help = 'Set the system\'s directory for non-executable libraries\nDefault = $PREFIX/lib/ponysay\nNot used.',
|
||||||
alternatives = ['--lib-dir', '--libdir'], arg='LIBDIR')
|
alternatives = ['--lib-dir', '--libdir'], arg='LIBDIR')
|
||||||
|
|
Loading…
Reference in a new issue