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