mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 18:18:41 -09:00
Removed powers of 1000/1024 toggle from help.c
This commit is contained in:
parent
4ea817568f
commit
f416a7a121
1 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue