Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #75 from emillon/fix-typos
Fix some typos (thanks Etienne)
  • Loading branch information
sahib committed May 23, 2016
2 parents 48694a5 + 1934251 commit c4a5a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/glyrc/glyrc.c
Expand Up @@ -306,7 +306,7 @@ void help_short (GlyrQuery * s)
IN"-Y --no-color Prints no colored output\n"
IN"-s --musictree-path <p> <p> is a path to your music directory. Glyr might fetch things like folger.jpg from there;\n"
IN"-j --callback Command: Set a bash command to be executed when a item is finished downloading;\n"
IN" All escapes mentioned in --write are supported too, and additonally:\n"
IN" All escapes mentioned in --write are supported too, and additionally:\n"
IN" * path : The path were the item was written to.\n"
"\nDATABASE OPTIONS\n"
IN"-c --cache <folder> Creates or opens an existing cache at <folder>/metadata.db and lookups data from there.\n"
Expand All @@ -317,7 +317,7 @@ void help_short (GlyrQuery * s)
IN" glyrc cover --artist SomeBand --album SomeAlbum\n"
IN" \n"
IN" DB:\n\n"
IN" glyrc lyrics -a A -b B --cache /tmp # Write found items to cache; create it if not existant\n"
IN" glyrc lyrics -a A -b B --cache /tmp # Write found items to cache; create it if not existent\n"
IN" glyrc cache list --cache /tmp # List all in the cache\n"
IN" glyrc cache delete cover -a Equilibrium -b Sagas --cache /tmp # Delete artist/album\n"
IN" glyrc cache select lyrics -a Knorkator -t 'A' -n 2 --cache /tmp # Search for two items in cache and print them\n"
Expand Down

0 comments on commit c4a5a5c

Please sign in to comment.