How to properly work with inequalities



Hi,
I guess i'm doing something wrong here:

(%i1) solve([7*x+2<-x-3], [x]);
(%o1)                       [7 x + 2 < - x - 3 = 0]
i expect something like this:
[x < -5 / 8 ]

Could please someone help me with correct method to solve such problems?

Thank you in advance!

-- 
Sergey