mirror of
				https://github.com/KevinMidboe/bulk-downloader-for-reddit.git
				synced 2025-10-29 17:40:15 +00:00 
			
		
		
		
	Typo fix
This commit is contained in:
		| @@ -19,10 +19,10 @@ optional arguments: | |||||||
|   --directory DIRECTORY, -d DIRECTORY |   --directory DIRECTORY, -d DIRECTORY | ||||||
|                         Specifies the directory where posts will be downloaded |                         Specifies the directory where posts will be downloaded | ||||||
|                         to |                         to | ||||||
|   --NoDownload          Just gets the posts and store them in a file for |   --NoDownload          Just gets the posts and stores them in a file for | ||||||
|                         downloading later |                         downloading later | ||||||
|   --verbose, -v         Verbose Mode |   --verbose, -v         Verbose Mode | ||||||
|   --quit, -q            Quit afer the proccess finishes |   --quit, -q            Auto quit afer the process finishes | ||||||
|   --link link, -l link  Get posts from link |   --link link, -l link  Get posts from link | ||||||
|   --saved               Triggers saved mode |   --saved               Triggers saved mode | ||||||
|   --submitted           Gets posts of --user |   --submitted           Gets posts of --user | ||||||
|   | |||||||
| @@ -68,7 +68,7 @@ def parseArguments(arguments=[]): | |||||||
|                         metavar="DIRECTORY") |                         metavar="DIRECTORY") | ||||||
|          |          | ||||||
|     parser.add_argument("--NoDownload", |     parser.add_argument("--NoDownload", | ||||||
|                         help="Just gets the posts and store them in a file" \ |                         help="Just gets the posts and stores them in a file" \ | ||||||
|                              " for downloading later", |                              " for downloading later", | ||||||
|                         action="store_true", |                         action="store_true", | ||||||
|                         default=False) |                         default=False) | ||||||
| @@ -79,7 +79,7 @@ def parseArguments(arguments=[]): | |||||||
|                         default=False) |                         default=False) | ||||||
|      |      | ||||||
|     parser.add_argument("--quit","-q", |     parser.add_argument("--quit","-q", | ||||||
|                         help="Quit afer the proccess finishes", |                         help="Auto quit afer the process finishes", | ||||||
|                         action="store_true", |                         action="store_true", | ||||||
|                         default=False) |                         default=False) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user