]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - afs.cmd
Implement pattern matching for com_touch().
[paraslash.git] / afs.cmd
diff --git a/afs.cmd b/afs.cmd
index 200836e2ce0bd8e03e62476739673bfd9b31eeb2..f27fa4a8de60af4c91708a738d0f4558eeb36460 100644 (file)
--- a/afs.cmd
+++ b/afs.cmd
@@ -163,7 +163,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.
-U: touch [-n numplayed] [-l lastplayed] [-y lyrics_id] [-i image_id] 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.
 H:
@@ -183,6 +183,13 @@ H: -y      Set the lyrics id. Specify the lyrics data file associated with
 H:     this audio file.
 H:
 H: -i  Set the image id. Same as -y, but sets the image.
+H:
+H: -v  Verbose mode. Explain what is being done.
+H:
+H: -p  Pathname match. Match a slash in the path only with a slash
+H:     in pattern and not by an asterisk (*) or a question mark
+H:     (?) metacharacter, nor by a bracket expression ([]) containing
+H:     a slash (see fnmatch(3)).
 ---
 T: add
 N: add@member@