Skip to content

Commit

Permalink
fix bugs: opposite meaning in helping message
Browse files Browse the repository at this point in the history
  • Loading branch information
nondanee committed May 11, 2018
1 parent f186381 commit db0cdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ optional arguments:
-u user target a weibo user's nickname or id
-us users [users ...]
target weibo users' nickname or id
-f file export user list from file
-f file import user list from file
-d directory set picture saving path
-s size set size of thread pool
-r retry set maximum number of retries
Expand Down
2 changes: 1 addition & 1 deletion weiboPicDownloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
)
parser.add_argument(
"-f", metavar = "file", dest = "file",
help = "export user list from file",
help = "import user list from file",
)
parser.add_argument(
"-d", metavar = "directory", dest = "directory",
Expand Down

0 comments on commit db0cdd4

Please sign in to comment.