We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1efae1b + b09b034 commit 6e25e1cCopy full SHA for 6e25e1c
src/main.cpp
@@ -170,11 +170,11 @@ int main(int argc, char **argv)
170
return 0;
171
}
172
if (args->contains(QLatin1String("help"))) {
173
- args->usage(QString(), "[Path to subversion repo]");
+ args->usage(QString(), "--rules RULES_FILE SVN_REPO_DIR/");
174
175
176
if (args->arguments().count() != 1) {
177
178
return 12;
179
180
if (args->undefinedOptions().count()) {
0 commit comments