diff options
Diffstat (limited to 'procps/free.c')
-rw-r--r-- | procps/free.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/free.c b/procps/free.c index 4a5469b10..2f520e418 100644 --- a/procps/free.c +++ b/procps/free.c | |||
@@ -63,7 +63,7 @@ extern int free_main(int argc, char **argv) | |||
63 | } | 63 | } |
64 | 64 | ||
65 | if (argc > 1 && **(argv + 1) == '-') | 65 | if (argc > 1 && **(argv + 1) == '-') |
66 | show_usage(); | 66 | bb_show_usage(); |
67 | 67 | ||
68 | printf("%6s%13s%13s%13s%13s%13s\n", "", "total", "used", "free", | 68 | printf("%6s%13s%13s%13s%13s%13s\n", "", "total", "used", "free", |
69 | "shared", "buffers"); | 69 | "shared", "buffers"); |