Commit Diff


commit - 2acca6be0be80ce01ed53b66f0cf0c2f3b6c7ce5
commit + 885b6e2b88a61abf0f01102f338429e162d66f31
blob - 7d42596c85f0861225fce10bb47a8396a4688caf
blob + 8ed5de4f970fad15d7dc844965097286fbf0a765
--- README.md
+++ README.md
@@ -49,9 +49,9 @@ instructed to use libbsd exclusively as follows:
 
 The fine man page has all nitty gritty details, but the TL;DR is
 
- - enqueue music with `amused add files...` or `amused load`
+ - enqueue music with `amused add files...` or `amused load <playlist`
  - control the playback with `amused play|pause|toggle|stop`
- - check the status with `amused status` and the playlist with
+ - check the status with `amused status` and the current playlist with
    `amused show`
 
 amused tries to be usable in composition with other more familiar tools
@@ -68,5 +68,9 @@ plays nice with find(1) however:
 
 	$ find . | amused load
 
+Non-music files found in the playlist are automatically skipped and
+removed, so there's no harm in loading everything under a certain
+directory.
+
 I wrote a bit more about the background of amused [in a blog
 post](https://www.omarpolo.com/post/amused.html).