Skip to content

Commit

Permalink
Fixup: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittner committed Apr 29, 2021
1 parent 4f1849c commit df221b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion opendrop/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ def __init__(self, args):
parser = argparse.ArgumentParser()
parser.add_argument("action", choices=["receive", "find", "send"])
parser.add_argument("-f", "--file", help="File to be sent")
parser.add_argument("-u", "--url", help="'-f,--file is a URL", action="store_true")
parser.add_argument(
"-u", "--url", help="'-f,--file is a URL", action="store_true"
)
parser.add_argument(
"-r",
"--receiver",
Expand Down

0 comments on commit df221b0

Please sign in to comment.