summaryrefslogtreecommitdiff
path: root/valadoc
diff options
context:
space:
mode:
authorAlistair Thomas <astavale@yahoo.co.uk>2021-05-08 12:43:43 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-05-08 17:35:42 +0200
commit4c63d52fb24b2b9847c5615c38f8e9f707bddd65 (patch)
tree1d0b1de56c68058d1f0dc87e2d08e02335299579 /valadoc
parent86e992f774bd706e386acd00210548e493b268ef (diff)
downloadvala-4c63d52fb24b2b9847c5615c38f8e9f707bddd65.tar.gz
doc: Update man page to include more information on profiles
Diffstat (limited to 'valadoc')
-rw-r--r--valadoc/valadoc.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/valadoc/valadoc.vala b/valadoc/valadoc.vala
index 0854be157..69642864f 100644
--- a/valadoc/valadoc.vala
+++ b/valadoc/valadoc.vala
@@ -79,7 +79,7 @@ public class ValaDoc : Object {
{ "basedir", 'b', 0, OptionArg.FILENAME, ref basedir, "Base source directory", "DIRECTORY" },
{ "define", 'D', 0, OptionArg.STRING_ARRAY, ref defines, "Define SYMBOL", "SYMBOL..." },
- { "profile", 0, OptionFlags.OPTIONAL_ARG, OptionArg.CALLBACK, (void*) option_parse_profile, "Use the given profile instead of the default, options are 'gobject' or 'posix'", "PROFILE" },
+ { "profile", 0, OptionFlags.OPTIONAL_ARG, OptionArg.CALLBACK, (void*) option_parse_profile, "Minimum runtime dependency: 'gobject' (default) or 'posix' (minimal libc)", "PROFILE" },
{ "enable-experimental", 0, 0, OptionArg.NONE, ref experimental, "Enable experimental features", null },
{ "enable-experimental-non-null", 0, 0, OptionArg.NONE, ref experimental_non_null, "Enable experimental enhancements for non-null types", null },