summaryrefslogtreecommitdiffstats
path: root/options.py
AgeCommit message (Collapse)Author
2014-09-15Mass relocation of files to their own subdirectoryJim Wyllie
2011-01-25options: remove unused 'exe' parameterAvery Pennarun
The 'exe' parameter was added in the hope of using it for additional contextual information in the help text that Options generates. It was till then abandoned and was judged as superflous information. Remove the 'exe' parameter from Options' constructor. (copied from the 'bup' project) Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2011-01-25options.py: generate usage string correctly for no-* options.Avery Pennarun
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
2011-01-22options.py: don't die if tty width is set to 0.Avery Pennarun
This sometimes happens if weird people, such as myself, open a pty without setting the width field correctly.
2010-09-21latest options.py from bup, now with tty-width guessing.Avery Pennarun
as of bup commit bup-0.19-2-gce2ace5.
2010-09-03Import latest options.py from bup-0.17.Avery Pennarun
This has new support for default values in square brackets, so let's use that.
2010-05-01Initial commit.Avery Pennarun
Importing options.py, ssh.py, and LICENSE from the bup project.