forked from extern/httpie-cli
Fixed a typo.
This commit is contained in:
parent
e7dc59e0db
commit
0577d07316
@ -42,7 +42,7 @@ class KeyValueType(object):
|
|||||||
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description='HTTPie - URL for humans.')
|
description='HTTPie - cURL for humans.')
|
||||||
|
|
||||||
|
|
||||||
# Content type.
|
# Content type.
|
||||||
@ -92,8 +92,6 @@ parser.add_argument('items', metavar='item', nargs='*',
|
|||||||
help='HTTP header (key:value) or data field (key=value)')
|
help='HTTP header (key:value) or data field (key=value)')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user