Skip to content

Commit

Permalink
prefchange: fix alignment of help text
Browse files Browse the repository at this point in the history
  • Loading branch information
lethosor committed May 9, 2017
1 parent c9e6d17 commit 162f3c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prefchange.lua
Original file line number Diff line number Diff line change
Expand Up @@ -400,8 +400,8 @@ if opt and opt ~= "help" then
else
print ("Sets preferences for mooding to include a weapon type, equipment type, and material.")
print ("Valid options:")
print ("show -- show preferences of all units")
print ("c -- clear preferences of selected unit")
print ("show -- show preferences of all units")
print ("c -- clear preferences of selected unit")
print ("all -- clear preferences of all units")
print ("axp -- likes axes, breastplates, and steel")
print ("has -- likes hammers, mail shirts, and steel")
Expand Down

0 comments on commit 162f3c3

Please sign in to comment.