@ -405,17 +405,10 @@ main(int argc_,
app.add_option("branches",branches)
->delimiter(':')
->expected(1,-1)
->expected(2,-1)
->required()
;
app.add_option("mountpoint",mountpoint)
->expected(1)
->take_last()
app.positionals_at_end();
try
{
app.parse(argc_,argv_);