diff options
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/usage.h b/include/usage.h index a295ab8..8f695f8 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1474,9 +1474,9 @@ "\n -m Find processes which use same fs as FILEs" \ "\n -4 Search only IPv4 space" \ "\n -6 Search only IPv6 space" \ - "\n -s Silent: just exit with 0 if any processes are found" \ - "\n -k Kill found processes (otherwise display PIDs)" \ - "\n -SIGNAL Signal to send (default: TERM)" \ + "\n -s Don't display PIDs" \ + "\n -k Kill found processes" \ + "\n -SIGNAL Signal to send (default: KILL)" \ #define getenforce_trivial_usage NOUSAGE_STR #define getenforce_full_usage "" |