mirror of
https://github.com/httpie/cli.git
synced 2024-11-21 23:33:12 +01:00
Fixed a typo.
This commit is contained in:
parent
e7dc59e0db
commit
0577d07316
@ -42,7 +42,7 @@ class KeyValueType(object):
|
||||
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
description='HTTPie - URL for humans.')
|
||||
description='HTTPie - cURL for humans.')
|
||||
|
||||
|
||||
# Content type.
|
||||
@ -92,8 +92,6 @@ parser.add_argument('items', metavar='item', nargs='*',
|
||||
help='HTTP header (key:value) or data field (key=value)')
|
||||
|
||||
|
||||
|
||||
|
||||
def main():
|
||||
args = parser.parse_args()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user