Skip to content

Commit

Permalink
Clarify command help
Browse files Browse the repository at this point in the history
  • Loading branch information
snopf committed Feb 6, 2020
1 parent e7b245f commit 468dbc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/host/pc/snopf_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def do_hit_enter(self, args):
def do_request(self, args):
"""
Request a password from the device using the given string argument(s)
and the set values for hit_enter and password length.
and the set values for hit_enter and password length. Multiple strings
will be concatenated to one.
"""
send_message(args.split(), self.pw_length, self.hit_enter)

Expand Down

0 comments on commit 468dbc8

Please sign in to comment.