[vala: 4/4] valac: State default output directory is current working directory
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala: 4/4] valac: State default output directory is current working directory
- Date: Tue, 14 Mar 2017 11:16:49 +0000 (UTC)
commit 35305193dbc819e9ed1883e7657206aaac7736e1
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 38564fc..0108b70 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 7ee4ea7..9185dea 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]