]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
valac: State default output directory is current working directory
authorAlistair Thomas <astavale@yahoo.co.uk>
Thu, 9 Mar 2017 21:33:50 +0000 (21:33 +0000)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 14 Mar 2017 11:13:40 +0000 (12:13 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=740303

compiler/valacompiler.vala
doc/valac.1

index 38564fc93f722ee66a67f66a23777d902fcf001e..0108b70b72768396739859474b06f17b90410527 100644 (file)
@@ -107,7 +107,7 @@ class Vala.Compiler {
                { "shared-library", 0, 0, OptionArg.STRING, ref shared_library, "Shared library name used in generated gir", "NAME" },
                { "gir", 0, 0, OptionArg.STRING, ref gir, "GObject-Introspection repository file name", "NAME-VERSION.gir" },
                { "basedir", 'b', 0, OptionArg.FILENAME, ref basedir, "Base source directory", "DIRECTORY" },
-               { "directory", 'd', 0, OptionArg.FILENAME, ref directory, "Output directory", "DIRECTORY" },
+               { "directory", 'd', 0, OptionArg.FILENAME, ref directory, "Change output directory from current working directory", "DIRECTORY" },
                { "version", 0, 0, OptionArg.NONE, ref version, "Display version number", null },
                { "api-version", 0, 0, OptionArg.NONE, ref api_version, "Display API version number", null },
                { "ccode", 'C', 0, OptionArg.NONE, ref ccode_only, "Output C code", null },
index 7ee4ea7159237951587056772dc9f50909363e75..9185dea2a7740e7dc8a68aac980db73f846586ce 100644 (file)
@@ -52,7 +52,7 @@ GObject\-Introspection repository file name
 Base source directory
 .TP
 \fB\-d\fR, \fB\-\-directory\fR=\fI\,DIRECTORY\/\fR
-Output directory
+Change output directory from current working directory
 .TP
 \fB\-\-version\fR
 Display version number