Fix help text and short desc for the two wrapper kittens

This commit is contained in:
Kovid Goyal
2023-10-17 19:49:44 +05:30
parent dc6edf9191
commit c03dff2322
2 changed files with 3 additions and 3 deletions

View File

@@ -132,4 +132,4 @@ elif __name__ == '__doc__':
cd['usage'] = usage
cd['options'] = option_text
cd['help_text'] = help_text
cd['short_desc'] = help_text
cd['short_desc'] = 'Transfer files easily over the TTY device'