CommandAdd: improve help text

This commit is contained in:
Albert S. 2019-04-06 23:27:56 +02:00
parent 2feb420bb6
commit 3e52194d2f

View File

@ -140,7 +140,7 @@ int CommandAdd::handle(QStringList arguments)
});
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;