mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
add --sbindir alternative to --sbin-dir
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
f9f473af5b
commit
b22dbec7e6
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -200,8 +200,8 @@ class Setup():
|
|||
opts.add_argumented (help = 'Set the system\'s directory for command executables\nDefault = $PREFIX/bin',
|
||||
alternatives = ['--bin-dir', '--bindir'], arg='BINDIR')
|
||||
|
||||
opts.add_argumented (help = 'Set the system\'s directory for command executables by root\nDefault = $PREFIX/sbin',
|
||||
alternatives = ['--sbin-dir'], arg='SBINDIR')
|
||||
opts.add_argumented (help = 'Set the system\'s directory for command executables by root\nDefault = $PREFIX/sbin',
|
||||
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.',
|
||||
|
|
Loading…
Reference in a new issue