From 08a92571872aaa6d4cb8d43c6170c358f8ef0d94 Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Sun, 14 Dec 2008 23:53:45 -0500 Subject: opkg: remove redundant OPKG_LIB conditional code git-svn-id: http://opkg.googlecode.com/svn/trunk@49 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/args.c') diff --git a/libopkg/args.c b/libopkg/args.c index d4e3b83..5431e9f 100644 --- a/libopkg/args.c +++ b/libopkg/args.c @@ -253,13 +253,8 @@ void args_usage(char *complaint) fprintf(stderr, "\tlist_installed List all and only the installed packages and description \n"); fprintf(stderr, "\tfiles List all files belonging to \n"); fprintf(stderr, "\tsearch Search for a package providing \n"); -#ifndef OPKG_LIB - fprintf(stderr, "\tinfo [pkg|regexp []] Display all/some info fields for or all\n"); - fprintf(stderr, "\tstatus [pkg|regexp []] Display all/some status fields for or all\n"); -#else fprintf(stderr, "\tinfo [pkg|regexp] Display all info for \n"); fprintf(stderr, "\tstatus [pkg|regexp] Display all status for \n"); -#endif fprintf(stderr, "\tdownload Download to current directory.\n"); fprintf(stderr, "\tcompare_versions \n"); fprintf(stderr, "\t compare versions using <= < > >= = << >>\n"); -- cgit v0.9.1