Skip to content

Commit

Permalink
Modified help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
szantaii committed Apr 29, 2013
1 parent f0bb129 commit 59072da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions print-help.sh
Expand Up @@ -22,7 +22,7 @@
print_help1()
{
local help_text1="Navigate: arrow keys, Toggle cell: spacebar"
local help_text2="Start: s, Quit: q"
local help_text2="Start: 's', Quit: 'q'"

cursor_x=0
cursor_y=$((grid_height + 3))
Expand All @@ -39,7 +39,7 @@ print_help1()

print_help2()
{
local help_text="Quit: q"
local help_text="Quit: 'q'"

cursor_x=$((term_width - ${#help_text}))
cursor_y=$((grid_height + 3))
Expand Down

0 comments on commit 59072da

Please sign in to comment.