Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/procps
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-14 21:47:20 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-14 21:47:20 +0300
commite2b9215868a3d72691e5bc0f887354254606447b (patch)
treed800e563fcd78971be6cd8630fba1d61677975fb /procps
parent643b308029ac42f466fa17e4ff400e47003205d9 (diff)
*: --help tweaks
function old new delta packed_usage 33589 33552 -37 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'procps')
-rw-r--r--procps/free.c2
-rw-r--r--procps/kill.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/procps/free.c b/procps/free.c
index 0adef501f..568362913 100644
--- a/procps/free.c
+++ b/procps/free.c
@@ -19,7 +19,7 @@
//kbuild:lib-$(CONFIG_FREE) += free.o
//usage:#define free_trivial_usage
-//usage: "" IF_DESKTOP("[-b/k/m/g]")
+//usage: "" IF_DESKTOP("[-bkmg]")
//usage:#define free_full_usage "\n\n"
//usage: "Display the amount of free and used system memory"
//usage:
diff --git a/procps/kill.c b/procps/kill.c
index 4a2eab613..8f10e21ab 100644
--- a/procps/kill.c
+++ b/procps/kill.c
@@ -59,7 +59,7 @@
//usage: "$ kill 252\n"
//usage:
//usage:#define killall_trivial_usage
-//usage: "[-l] [-q] [-SIG] PROCESS_NAME..."
+//usage: "[-lq] [-SIG] PROCESS_NAME..."
//usage:#define killall_full_usage "\n\n"
//usage: "Send a signal (default: TERM) to given processes\n"
//usage: "\n -l List all signal names and numbers"