diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-24 06:17:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-07-24 06:17:43 +0000 |
commit | 1da77728d75884b7dd1a02ca3ab89d5313d8e9fd (patch) | |
tree | 0dd83def87b5957733860a831b29fdbb4a4dcc0f /include | |
parent | 3e64e98570b2748973a66876a8b010c5d63e23be (diff) |
setfiles: small tweaks to usage text and code
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 6608938f6..a17f5b189 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2978,7 +2978,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n -l Prints names of all matching files even when "\n -d Show which specification matched each file" \ "\n -l Log changes in file labels to syslog" \ "\n -n Don't change any file labels" \ - "\n -q Suppress no-error output" \ + "\n -q Suppress warnings" \ "\n -r dir Use an altenate root path" \ "\n -e dir Exclude directory" \ "\n -F Force reset of context to match file_context for customizable files" \ |