occtl: document -j in manpage

This commit is contained in:
Nikos Mavrogiannopoulos
2015-07-03 15:31:41 +02:00
parent 6e77f14bad
commit 7b87fa4459

View File

@@ -33,6 +33,13 @@ flag = {
doc = "This option is only needed if you have multiple servers.";
};
flag = {
name = json;
value = j;
descrip = "Output will be JSON formatted";
doc = "";
};
doc-section = {
ds-type = 'SYNOPSIS';