Skip to content

Commit 8444ad6

Browse files
committed
Add dummy usage().
1 parent 36fc1ac commit 8444ad6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bob_main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@
6464

6565
BODIES_ALL = (body_audio, body_fax)
6666

67+
def usage(args):
68+
printf("bob.py -p xx -l yy -P zz -T tt -n aa -N bb -w cc")
69+
6770
def main_func():
6871
global_config = {}
6972

0 commit comments

Comments
 (0)