diff --git a/httpie/cli.py b/httpie/cli.py index 2fd6124b..5704fdf1 100644 --- a/httpie/cli.py +++ b/httpie/cli.py @@ -232,7 +232,7 @@ sessions.add_argument( '--session', metavar='SESSION_NAME', help=_(''' Create, or reuse and update a session. - Withing a session, custom headers, auth credential, as well as any + Within a session, custom headers, auth credential, as well as any cookies sent by the server persist between requests. Session files are stored in %s//.json. ''' % DEFAULT_SESSIONS_DIR)