CommandAdd: improve help text
这个提交包含在:
父节点
4925299b9d
当前提交
99d5fca230
@ -122,7 +122,7 @@ int CommandAdd::handle(QStringList arguments)
|
||||
{{"n", "threads"}, "Number of threads to use.", "threads"}});
|
||||
|
||||
parser.addHelpOption();
|
||||
parser.addPositionalArgument("paths", "List of paths to process/add to the index", "[paths...]");
|
||||
parser.addPositionalArgument("add", "Add paths to the index", "add [paths...]");
|
||||
|
||||
parser.process(arguments);
|
||||
bool keepGoing = false;
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户