From: Tobias Brunner Date: Fri, 21 Jun 2013 08:43:46 +0000 (+0200) Subject: stroke: Add statusall-nb as alias for statusallnb X-Git-Tag: 5.1.0dr1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c88ca0fcf1c18483d7cb2ca470a07769aad1add;p=thirdparty%2Fstrongswan.git stroke: Add statusall-nb as alias for statusallnb --- diff --git a/src/stroke/stroke.c b/src/stroke/stroke.c index 7b8751dd9c..75f014516a 100644 --- a/src/stroke/stroke.c +++ b/src/stroke/stroke.c @@ -438,7 +438,7 @@ static void exit_usage(char *error) printf(" Show extended status information:\n"); printf(" stroke statusall\n"); printf(" Show extended status information without blocking:\n"); - printf(" stroke statusallnb\n"); + printf(" stroke statusall-nb\n"); printf(" Show list of authority and attribute certificates:\n"); printf(" stroke listcacerts|listocspcerts|listaacerts|listacerts\n"); printf(" Show list of end entity certificates, ca info records and crls:\n"); diff --git a/src/stroke/stroke_keywords.txt b/src/stroke/stroke_keywords.txt index 1aef896c66..ceb0dd253f 100644 --- a/src/stroke/stroke_keywords.txt +++ b/src/stroke/stroke_keywords.txt @@ -39,6 +39,7 @@ loglevel, STROKE_LOGLEVEL status, STROKE_STATUS statusall, STROKE_STATUSALL statusallnb, STROKE_STATUSALL_NOBLK +statusall-nb, STROKE_STATUSALL_NOBLK listpubkeys, STROKE_LIST_PUBKEYS listcerts, STROKE_LIST_CERTS listcacerts, STROKE_LIST_CACERTS