diff options
Diffstat (limited to 'src/stroke/stroke_keywords.txt')
-rw-r--r-- | src/stroke/stroke_keywords.txt | 39 |
1 files changed, 22 insertions, 17 deletions
diff --git a/src/stroke/stroke_keywords.txt b/src/stroke/stroke_keywords.txt index b0f56ddd1..1e8afe19e 100644 --- a/src/stroke/stroke_keywords.txt +++ b/src/stroke/stroke_keywords.txt @@ -26,20 +26,25 @@ struct stroke_token { stroke_keyword_t kw; }; %% -add, STROKE_ADD -del, STROKE_DEL -delete, STROKE_DELETE -route, STROKE_ROUTE -unroute, STROKE_UNROUTE -up, STROKE_UP -down, STROKE_DOWN -loglevel, STROKE_LOGLEVEL -status, STROKE_STATUS -statusall, STROKE_STATUSALL -listcerts, STROKE_LIST_CERTS -listcacerts, STROKE_LIST_CACERTS -listcrls, STROKE_LIST_CRLS -listall, STROKE_LIST_ALL, -rereadcacerts, STROKE_REREAD_CACERTS, -rereadcrls, STROKE_REREAD_CRLS, -rereadall, STROKE_REREAD_ALL +add, STROKE_ADD +del, STROKE_DEL +delete, STROKE_DELETE +route, STROKE_ROUTE +unroute, STROKE_UNROUTE +up, STROKE_UP +down, STROKE_DOWN +loglevel, STROKE_LOGLEVEL +status, STROKE_STATUS +statusall, STROKE_STATUSALL +listcerts, STROKE_LIST_CERTS +listcacerts, STROKE_LIST_CACERTS +listocspcerts, STROKE_LIST_OCSPCERTS +listcainfos, STROKE_LIST_CAINFOS +listcrls, STROKE_LIST_CRLS +listocsp, STROKE_LIST_OCSP +listall, STROKE_LIST_ALL +rereadcacerts, STROKE_REREAD_CACERTS +rereadocspcerts, STROKE_REREAD_OCSPCERTS +rereadcrls, STROKE_REREAD_CRLS +rereadall, STROKE_REREAD_ALL +purgeocsp, STROKE_PURGE_OCSP |