diff options
-rw-r--r-- | share/man/just.1.org | 1 | ||||
-rw-r--r-- | src/buildtool/main/main.cpp | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/share/man/just.1.org b/share/man/just.1.org index 4509da80..9bd95ae0 100644 --- a/share/man/just.1.org +++ b/share/man/just.1.org @@ -7,6 +7,7 @@ just - a generic build tool. * SYNOPSIS +just version\\ just {analyse|build} [OPTIONS] [[module] target]\\ just install -o <OUTPUT_DIR> [OPTIONS] [[module] target]\\ just install-cas [OPTIONS] <OBJECT_ID>\\ diff --git a/src/buildtool/main/main.cpp b/src/buildtool/main/main.cpp index 557b10a3..d642f270 100644 --- a/src/buildtool/main/main.cpp +++ b/src/buildtool/main/main.cpp @@ -163,7 +163,6 @@ auto ParseCommandLineArguments(int argc, char const* const* argv) app.require_subcommand(1); CommandLineArguments clargs; - SetupDescribeCommandArguments(cmd_version, &clargs); SetupDescribeCommandArguments(cmd_describe, &clargs); SetupAnalyseCommandArguments(cmd_analyse, &clargs); SetupBuildCommandArguments(cmd_build, &clargs); |