summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2012-06-16 19:07:12 +1000
committerCraig Small <csmall@users.sourceforge.net>2012-06-16 19:07:12 +1000
commit3783c89d3d155cfa97b8ec34c81e57722adad1af (patch)
tree4ac2cc521657cd9bccb43ebbed7e79c2e5309d10
parentdf64a62db53fc154101e8f949dbe5d51e404bc3e (diff)
Fixed -w usage SFbug:3528478
-rw-r--r--src/fuser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuser.c b/src/fuser.c
index 27cb934..1131e8b 100644
--- a/src/fuser.c
+++ b/src/fuser.c
@@ -129,7 +129,7 @@ static void usage(const char *errormsg)
fprintf(stderr,
_
- ("Usage: fuser [-fMuv] [-a|-s] [-4|-6] [-c|-m|-n SPACE] [-k [-i] [-SIGNAL]] NAME...\n"
+ ("Usage: fuser [-fMuvw] [-a|-s] [-4|-6] [-c|-m|-n SPACE] [-k [-i] [-SIGNAL]] NAME...\n"
" fuser -l\n" " fuser -V\n"
"Show which processes use the named files, sockets, or filesystems.\n\n"
" -a,--all display unused files too\n"