summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorAlistair Thomas <astavale@yahoo.co.uk>2017-03-09 21:33:50 +0000
committerRico Tzschichholz <ricotz@ubuntu.com>2017-03-14 12:13:40 +0100
commit35305193dbc819e9ed1883e7657206aaac7736e1 (patch)
treed15b705ca1accfd701181a168f08602d9b09b763 /compiler
parent95b8e0763f8ab8903f1c124873136ac14d1940cf (diff)
downloadvala-35305193dbc819e9ed1883e7657206aaac7736e1.tar.gz
valac: State default output directory is current working directory
https://bugzilla.gnome.org/show_bug.cgi?id=740303
Diffstat (limited to 'compiler')
-rw-r--r--compiler/valacompiler.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/valacompiler.vala b/compiler/valacompiler.vala
index 38564fc93..0108b70b7 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 },