]> granicus.if.org Git - apache/commitdiff
spatch uses, from what I can see, double '-' for long directives
authorJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 15:23:59 +0000 (15:23 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 15:23:59 +0000 (15:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725984 13f79535-47bb-0310-9956-ffa450edef68

docs/log-message-tags/README

index b0f316e6a447ea5b17bfccd3109f62b3fdb7e927..c1da5cf163a3dae37dfcf339bd18b56ecbc8f299 100644 (file)
@@ -46,7 +46,7 @@ constant and is of level debug or above. Then, update-log-msg-tags can be used
 to add numbers to the APLOGNO() tags. The invocation for spatch is:
 
   % DIR=docs/log-message-tags
-  % spatch -sp_file $DIR/find-messages.cocci -in_place -macro_file $DIR/macros.h FILESTOCHECK
+  % spatch --sp_file $DIR/find-messages.cocci --in_place --macro_file $DIR/macros.h FILESTOCHECK
 
 where FILESTOCHECK is the list of C files you want spatch to work on.