Skip to content

Commit

Permalink
fix: issue #204
Browse files Browse the repository at this point in the history
  • Loading branch information
Datalux committed May 16, 2021
1 parent 6afc0f8 commit 12e730e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _quit():
'to perform analysis on Instagram account of any users by its nickname ')
parser.add_argument('id', type=str, # var = id
help='username')
parser.add_argument('-c','--cookies', help='clear\'s previous cookies', action="store_true")
parser.add_argument('-C','--cookies', help='clear\'s previous cookies', action="store_true")
parser.add_argument('-j', '--json', help='save commands output as JSON file', action='store_true')
parser.add_argument('-f', '--file', help='save output in a file', action='store_true')
parser.add_argument('-c', '--command', help='run in single command mode & execute provided command', action='store')
Expand Down

0 comments on commit 12e730e

Please sign in to comment.