aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h10
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 \