Removed powers of 1000/1024 toggle from help.c

This commit is contained in:
Yorhel 2009-05-02 12:40:53 +02:00
parent 4ea817568f
commit f416a7a121

View file

@ -32,7 +32,7 @@
int page, start; int page, start;
#define KEYS 14 #define KEYS 13
char *keys[KEYS*2] = { char *keys[KEYS*2] = {
/*|----key----| |----------------description----------------|*/ /*|----key----| |----------------description----------------|*/
"up/down", "Cycle through the items", "up/down", "Cycle through the items",
@ -43,7 +43,6 @@ char *keys[KEYS*2] = {
"d", "Delete selected file or directory", "d", "Delete selected file or directory",
"t", "Toggle dirs before files when sorting", "t", "Toggle dirs before files when sorting",
"g", "Show percentage and/or graph", "g", "Show percentage and/or graph",
"p", "Toggle between powers of 1000 and 1024",
"a", "Toggle between apparent size and disk usage", "a", "Toggle between apparent size and disk usage",
"h", "Show/hide hidden or excluded files", "h", "Show/hide hidden or excluded files",
"i", "Show information about selected item", "i", "Show information about selected item",