add version command
[clinton/thingy_grabber.git] / README.md
index c5384ce..9349b19 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,14 +3,15 @@ Script for archiving thingiverse things. Due to this being a glorified webscrape
 
 ## Usage:
 ````
-usage: thingy_grabber.py [-h] [-v] [-d DIRECTORY] {collection,thing,user} ...
+usage: thingy_grabber.py [-h] [-v] [-d DIRECTORY] {collection,thing,user,version} ...
 
 positional arguments:
-  {collection,thing,user}
+  {collection,thing,user,version}
                         Type of thing to download
     collection          Download an entire collection
     thing               Download a single thing.
     user                Download all things by a user
+    version             Show the current version
 
 optional arguments:
   -h, --help            show this help message and exit
@@ -23,7 +24,6 @@ optional arguments:
 `thingy_grabber.py thing thingid`
 This will create a directory named after the title of the thing with the given ID and download the files into it.
 
-
 ### Collections
 `thingy_grabber.py collection user_name collection_name`
 Where `user_name` is the name of the creator of the collection (not nes. your name!) and `collection_name` is the name of the collection you want.