Skip to content
Snippets Groups Projects
Commit f416a7a1 authored by Yorhel's avatar Yorhel
Browse files

Removed powers of 1000/1024 toggle from help.c

parent 4ea81756
Branches
Tags
No related merge requests found
...@@ -32,7 +32,7 @@ ...@@ -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] = { ...@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment