summaryrefslogtreecommitdiff
path: root/utils/nsoption.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nsoption.h')
-rw-r--r--utils/nsoption.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/nsoption.h b/utils/nsoption.h
index 32e9e6634..868e077bd 100644
--- a/utils/nsoption.h
+++ b/utils/nsoption.h
@@ -220,6 +220,7 @@ nserror nsoption_commandline(int *pargc, char **argv, struct nsoption_s *opts);
* %t - The options type
* %V - value (HTML formatting)
* %v - value (plain formatting)
+ * %p - provenance either "user" or "default"
*
* @param string The buffer in which to place the results.
* @param size The size of the string buffer.