]> arthur.barton.de Git - bup.git/commit - cmd/ftp-cmd.py
options: remove unused 'exe' parameter
authorGabriel Filion <lelutin@gmail.com>
Mon, 17 Jan 2011 01:38:56 +0000 (20:38 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 18 Jan 2011 20:36:59 +0000 (12:36 -0800)
commit581e9dff93565d57d777ac3a2b93c09844c7263b
tree74a2e0728b31e7c4c0955c2e3c5647beb4188e2d
parent76343e4b2d17d653d5f1dfd1068117aaa53d76d0
options: remove unused 'exe' parameter

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.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
27 files changed:
cmd/damage-cmd.py
cmd/drecurse-cmd.py
cmd/fsck-cmd.py
cmd/ftp-cmd.py
cmd/fuse-cmd.py
cmd/help-cmd.py
cmd/index-cmd.py
cmd/init-cmd.py
cmd/join-cmd.py
cmd/ls-cmd.py
cmd/margin-cmd.py
cmd/memtest-cmd.py
cmd/midx-cmd.py
cmd/newliner-cmd.py
cmd/on--server-cmd.py
cmd/on-cmd.py
cmd/random-cmd.py
cmd/restore-cmd.py
cmd/save-cmd.py
cmd/server-cmd.py
cmd/split-cmd.py
cmd/tag-cmd.py
cmd/tick-cmd.py
cmd/version-cmd.py
cmd/web-cmd.py
lib/bup/options.py
lib/bup/t/toptions.py