mention where the 'proto' parameter of got_dial_apply_unveil() comes from
diff --git a/include/got_dial.h b/include/got_dial.h
index b5fa1e3..b0d1e06 100644
--- a/include/got_dial.h
+++ b/include/got_dial.h
@@ -15,7 +15,8 @@
*/
/*
- * Apply any unveil(2) operations required to support the given protocol.
+ * Apply any unveil(2) operations required to support the given protocol,
+ * as obtained from the 'proto' output parameter of got_dial_parse_uri().
* This function must be called during initialization of the main program
* if got_fetch.h or got_send.h funcionality will be used.
*/