From bf181b9338152759fd56c8009e9a962a84808e7c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 16 Jul 2000 20:57:15 +0000 Subject: Extract usage information into a separate file. --- basename.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'basename.c') diff --git a/basename.c b/basename.c index 5678c4433..5b83eef49 100644 --- a/basename.c +++ b/basename.c @@ -24,14 +24,6 @@ #include "internal.h" #include -const char *basename_usage="basename FILE [SUFFIX]\n" -#ifndef BB_FEATURE_TRIVIAL_HELP - "\nStrips directory path and suffixes from FILE.\n" - "If specified, also removes any trailing SUFFIX.\n" -#endif -; - - extern int basename_main(int argc, char **argv) { int m, n; -- cgit v1.2.3