Answer:
A. x > -1
Explanation:
x > -1
 -------------->
 <----0------------->
 -1
x < -1
<-------
<------0------------>
 -1
x ≥ -1
 ---------->
<---------|---------->
 -1
x ≤ -1
<----------
<---------|---------->
 -1
< and > represent an open circle
≤ and ≥ represent a closed circle
I hope this helps!