]> git.deb.at Git - pkg/abook.git/blobdiff - help.h
initial custom field support
[pkg/abook.git] / help.h
diff --git a/help.h b/help.h
index 3b7be8f54236878a5fb15ae3a33f058fd33140a2..0dab18a81f1e06ac1b5303ecac0557a3c1ba003c 100644 (file)
--- a/help.h
+++ b/help.h
@@ -9,13 +9,15 @@ static char *mainhelp[] = {
 
 "      ?               help\n",
 "      q               quit\n",
-"      Q               quit and print selected item(s) to stderr\n",
+"      Q               quit without saving\n",
+"      P               quit and print selected item(s) to stderr\n",
 "      ^L              refresh screen\n",
 "\n",
 "      arrows / j,k    scroll list\n",
 "      enter           view/edit item\n",
 "      a               add item\n",
 "      r / del         remove selected items\n",
+"      D               duplicate item\n",
 "\n",
 "      space           select item\n",
 "      +               select all\n",
@@ -32,6 +34,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",
@@ -40,7 +43,6 @@ static char *mainhelp[] = {
 "      Z               move current item down\n",
 "\n",
 "      m               send mail with mutt\n",
-"      P               print item(s) to stderr\n",
 "      u               view URL with www browser\n",
 NULL
 
@@ -49,7 +51,7 @@ NULL
 static char *editorhelp[] = {
 
 "\n",
-"      a,c,p,o / left,right    change tab\n",
+"      a,c,p,o / arrows / h,l  change tab\n",
 "\n",
 "      1 - 5                   edit fields\n",
 "\n",