[vala/0.34] valac: State default output directory is current working directory



commit dc18831109c47f41f80bf962328477b21fe83767
Author: Alistair Thomas <astavale yahoo co uk>
Date:   Thu Mar 9 21:33:50 2017 +0000

    valac: State default output directory is current working directory
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740303

 compiler/valacompiler.vala |    2 +-
 doc/valac.1                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index 14b12e9..b70fcbe 100644
--- a/compiler/valacompiler.vala
+++ b/compiler/valacompiler.vala
@@ -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 },
diff --git a/doc/valac.1 b/doc/valac.1
index 7bbcc65..c4761ad 100644
--- a/doc/valac.1
+++ b/doc/valac.1
@@ -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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]