diff options
Diffstat (limited to 'be')
-rwxr-xr-x | be | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ Unimplemented becommands if len(sys.argv) == 1 or sys.argv[1] in ('--help', '-h'): - print_command_list() + cmdutil.print_command_list() else: try: try: |