diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-28 13:05:12 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-10-28 13:05:12 +0000 |
commit | 4835431e8eb37c83ecd2c4a079ceced5cc0ed88e (patch) | |
tree | 4592b8c6be22d6bac7182f8b3304b3df56ca85f0 /include/usage.h | |
parent | fc4a13d6990c9037e58ed152ce98909674f0ae41 (diff) | |
download | busybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.tar.gz busybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.tar.bz2 busybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.zip |
New applet, fuser, from Tony J. White. (Needs some cleanup.)
git-svn-id: svn://busybox.net/trunk/busybox@11954 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 69c50b97b..79a61d20a 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -841,6 +841,16 @@ | |||
841 | "\t-p, --password Password to be used\n" \ | 841 | "\t-p, --password Password to be used\n" \ |
842 | "\t-P, --port Port number to be used" | 842 | "\t-P, --port Port number to be used" |
843 | 843 | ||
844 | #define fuser_trivial_usage \ | ||
845 | "[options] file OR port/proto" | ||
846 | #define fuser_full_usage \ | ||
847 | "Options:\n" \ | ||
848 | "\t-m Show all processes on the same mounted fs\n" \ | ||
849 | "\t-k Kill all processes that match.\n" \ | ||
850 | "\t-s Don't print or kill anything.\n" \ | ||
851 | "\t-4 When using port/proto only search IPv4 space\n" \ | ||
852 | "\t-6 When using port/proto only search IPv6 space\n" \ | ||
853 | "\t-SIGNAL When used with -k, this signal will be used to kill\n" | ||
844 | #define getopt_trivial_usage \ | 854 | #define getopt_trivial_usage \ |
845 | "[OPTIONS]..." | 855 | "[OPTIONS]..." |
846 | #define getopt_full_usage \ | 856 | #define getopt_full_usage \ |