aboutsummaryrefslogtreecommitdiff
path: root/ps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps.c')
-rw-r--r--ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps.c b/ps.c
index eabdef407..dd154af9d 100644
--- a/ps.c
+++ b/ps.c
@@ -207,7 +207,7 @@ extern int ps_main(int argc, char **argv)
#endif
if (argc > 1 && **(argv + 1) == '-')
- usage(ps_usage);
+ show_usage();
/* open device */
fd = open(device, O_RDONLY);