diff options
Diffstat (limited to 'include')
-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 a295ab865..8f695f8b8 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1474,9 +1474,9 @@ | |||
1474 | "\n -m Find processes which use same fs as FILEs" \ | 1474 | "\n -m Find processes which use same fs as FILEs" \ |
1475 | "\n -4 Search only IPv4 space" \ | 1475 | "\n -4 Search only IPv4 space" \ |
1476 | "\n -6 Search only IPv6 space" \ | 1476 | "\n -6 Search only IPv6 space" \ |
1477 | "\n -s Silent: just exit with 0 if any processes are found" \ | 1477 | "\n -s Don't display PIDs" \ |
1478 | "\n -k Kill found processes (otherwise display PIDs)" \ | 1478 | "\n -k Kill found processes" \ |
1479 | "\n -SIGNAL Signal to send (default: TERM)" \ | 1479 | "\n -SIGNAL Signal to send (default: KILL)" \ |
1480 | 1480 | ||
1481 | #define getenforce_trivial_usage NOUSAGE_STR | 1481 | #define getenforce_trivial_usage NOUSAGE_STR |
1482 | #define getenforce_full_usage "" | 1482 | #define getenforce_full_usage "" |