From 27a804246af28c5d3d1f69d93049e3e21492bc48 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 19 Jul 2000 19:24:01 +0000 Subject: Centralize handling of --help. --- procps/uptime.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'procps/uptime.c') diff --git a/procps/uptime.c b/procps/uptime.c index 6a8bfa638..efdbccf00 100644 --- a/procps/uptime.c +++ b/procps/uptime.c @@ -46,9 +46,6 @@ extern int uptime_main(int argc, char **argv) struct tm *current_time; time_t current_secs; - if (argc > 1 && strcmp(argv[1], "--help") == 0) - usage(uptime_usage); - time(¤t_secs); current_time = localtime(¤t_secs); -- cgit v1.2.3