diff options
Diffstat (limited to 'becommands/target.py')
-rw-r--r-- | becommands/target.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/becommands/target.py b/becommands/target.py index 8f23ac5..665efad 100644 --- a/becommands/target.py +++ b/becommands/target.py @@ -71,4 +71,3 @@ The value "none" can be used to unset the target. def help(): return get_parser().help_str() + longhelp - |