diff options
Diffstat (limited to 'becommands/help.py')
-rw-r--r-- | becommands/help.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/becommands/help.py b/becommands/help.py index 99ab8c4..9e6d1aa 100644 --- a/becommands/help.py +++ b/becommands/help.py @@ -20,7 +20,8 @@ from libbe import cmdutil, utility __desc__ = __doc__ -def execute(args, manipulate_encodings=True, restrict_file_access=False): +def execute(args, manipulate_encodings=True, restrict_file_access=False, + dir="."): """ Print help of specified command (the manipulate_encodings argument is ignored). |