X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=help.h;h=f9058bb517d5f78d57e0610fc682f5261b137cb3;hb=c4d2f4ab3d5166b75f8fc1bf9e2be776014d391d;hp=2f1120d8cb0d66fc83c69bbccdab8f50a933bcda;hpb=3990095c4ac65c7f6e10b2fa074f763d048a92eb;p=pkg%2Fabook.git diff --git a/help.h b/help.h index 2f1120d..f9058bb 100644 --- a/help.h +++ b/help.h @@ -9,6 +9,7 @@ static char *mainhelp[] = { " ? help\n", " q quit\n", +" Q quit and print selected item(s) to stderr\n", " ^L refresh screen\n", "\n", " arrows / j,k scroll list\n", @@ -31,6 +32,7 @@ static char *mainhelp[] = { "\n", " s sort database\n", " S \"surname sort\"\n", +" F sort by field (defined in configuration file)\n", "\n", " / find\n", " \\ find next\n", @@ -51,6 +53,9 @@ static char *editorhelp[] = { "\n", " 1 - 5 edit fields\n", "\n", +" k or < previous item\n", +" j or > next item\n", +"\n", " r roll e-mail addresses\n", "\n", " u undo\n",