]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.cmd
afs.cmd: Fix typo in setatt help.
[paraslash.git] / afs.cmd
diff --git a/afs.cmd b/afs.cmd
index f29eae078e4f61d3197e6051e303f4970ec02398..e6e0d3e1bb7c8a9f828ee12e17048a5b14c5cba2 100644 (file)
--- a/afs.cmd
+++ b/afs.cmd
@@ -103,7 +103,7 @@ U: setatt attribute{+|-}... pattern
 H: Set ('+') or unset ('-') the given attributes for all audio files matching
 H: pattern.  Example:
 H:
-H:         sa rock+ punk+ classic- '*foo.mp3'
+H:         setatt rock+ punk+ classic- '*foo.mp3'
 H:
 H: sets the 'rock' and the 'punk' attribute but unsets the 'classic'
 H: attribute of all files ending with 'foo.mp3'.
@@ -125,7 +125,7 @@ H:
 H: Options:
 H:
 H: -a  Run audio file table checks. Checks for entries in the audio file
-H:     table which are not present in the filesystem. Moreover, it checks
+H:     table which are not present in the file system. Moreover, it checks
 H:     whether the lyrics id and all entries in the audio file table are
 H:     valid.
 H:
@@ -164,7 +164,7 @@ H:  a slash (see fnmatch(3)).
 ---
 N: touch
 P: AFS_READ | AFS_WRITE
-D: Manupulate the afs data for all audio files matching a pattern.
+D: Manipulate the afs data for all audio files matching a pattern.
 U: touch [-n numplayed] [-l lastplayed] [-y lyrics_id] [-i image_id] [-v] [-p] pattern
 H: If no option is given, lastplayed is set to the current time and numplayed is
 H: increased by one. Otherwise, only the given options are taken into account.
@@ -175,7 +175,7 @@ H: -n       Set numplayed count. The number of times afs has selected this
 H:     audio file for streaming.
 H:
 H: -l  Set lastplayed time. The last time this audio file was selected.
-H:     Must be given as the number of sectonds since the epoch. Example:
+H:     Must be given as the number of seconds since the epoch. Example:
 H:
 H:             touch -l $(date +%s) file
 H: