fix: include --staging in build conflict suggestions
This commit is contained in:
parent
d8eebb183a
commit
80357e6a77
|
|
@ -155,7 +155,9 @@ HELP;
|
||||||
$this->line('');
|
$this->line('');
|
||||||
$this->line('Choose one of:');
|
$this->line('Choose one of:');
|
||||||
$this->line(' blomstra:search:index build --resume Continue from where it left off');
|
$this->line(' blomstra:search:index build --resume Continue from where it left off');
|
||||||
|
$this->line(' blomstra:search:index build --resume --staging Continue and keep in staging when done');
|
||||||
$this->line(' blomstra:search:index build --fresh Drop this build and start completely fresh');
|
$this->line(' blomstra:search:index build --fresh Drop this build and start completely fresh');
|
||||||
|
$this->line(' blomstra:search:index build --fresh --staging Start fresh and keep in staging when done');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue