diff --git a/README.md b/README.md index 64c5086..ecf77fe 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,13 @@ running or however you want to do it. On first run the app will ask for all tokens/secrets from twitter, as well as the directory that you would like images to be downloaded to. + +## Usage + +``` +twimgarc - Download Images from a Twitter Stream + -count,-c= Pull the last tweets + -force,-f Download images even if the file already exists + -help ,-h View this message + -verbose ,-v Be chatty +``` diff --git a/main.go b/main.go index fc43027..1aa221d 100644 --- a/main.go +++ b/main.go @@ -134,7 +134,7 @@ func PrintIfVerbose(val ...string) { } func PrintUsageAndExit() { - fmt.Println("twitstch - Download Images from a Twitter Stream") + fmt.Println(AppName + " - Download Images from a Twitter Stream") fmt.Println(" -count,-c= Pull the last tweets") fmt.Println(" -force,-f Download images even if the file already exists") fmt.Println(" -help ,-h View this message")