summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wong <markwkm@gmail.com>2008-02-22 18:18:47 -0800
committerMark Wong <markwkm@gmail.com>2008-02-22 18:18:47 -0800
commitce9060686b7c1d303d99ed679290e80d97f7e523 (patch)
treeada0aa11511884367aa635cdfd5e032e3e05b3ca
parent813bbe46450f84b889dfcd22413b96b966ac7f11 (diff)
Updated the usage to show the new -h flag for the socket file.
-rw-r--r--ptop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptop.c b/ptop.c
index 5b7c869..d6550e5 100644
--- a/ptop.c
+++ b/ptop.c
@@ -526,7 +526,7 @@ main(int argc, char *argv[])
fprintf(stderr, "\
Top version %s\n\
Usage: %s [-ISTWbcinqu] [-x x] [-s x] [-o field] [-z username]\n\
- [-p PORT] [-U USER] [-d DBNAME] [number]\n",
+ [-p PORT] [-U USER] [-d DBNAME] [-h HOSTNAME] [number]\n",
version_string(), myname);
exit(1);
}