From: Jim Jagielski Date: Thu, 21 Jan 2016 15:23:59 +0000 (+0000) Subject: spatch uses, from what I can see, double '-' for long directives X-Git-Tag: 2.5.0-alpha~2333 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b9bd6c0ba70b916cdbd77243c2a41e5c3395765;p=apache spatch uses, from what I can see, double '-' for long directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725984 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/log-message-tags/README b/docs/log-message-tags/README index b0f316e6a4..c1da5cf163 100644 --- a/docs/log-message-tags/README +++ b/docs/log-message-tags/README @@ -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.