summaryrefslogtreecommitdiffstats
path: root/libopkg/args.c
diff options
context:
space:
mode:
authorticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:53:45 (EST)
committer ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358>2008-12-14 23:53:45 (EST)
commit08a92571872aaa6d4cb8d43c6170c358f8ef0d94 (patch)
treee9a41af0904d1c8d9d35003e5bc9f088622a8133 /libopkg/args.c
parent77bfb4c70257f7c85ace0e5ee975e4321fdd667a (diff)
opkg: remove redundant OPKG_LIB conditional code
git-svn-id: http://opkg.googlecode.com/svn/trunk@49 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358
Diffstat (limited to 'libopkg/args.c')
-rw-r--r--libopkg/args.c5
1 files changed, 0 insertions, 5 deletions
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 <pkg> List all files belonging to <pkg>\n");
fprintf(stderr, "\tsearch <file|regexp> Search for a package providing <file>\n");
-#ifndef OPKG_LIB
- fprintf(stderr, "\tinfo [pkg|regexp [<field>]] Display all/some info fields for <pkg> or all\n");
- fprintf(stderr, "\tstatus [pkg|regexp [<field>]] Display all/some status fields for <pkg> or all\n");
-#else
fprintf(stderr, "\tinfo [pkg|regexp] Display all info for <pkg>\n");
fprintf(stderr, "\tstatus [pkg|regexp] Display all status for <pkg>\n");
-#endif
fprintf(stderr, "\tdownload <pkg> Download <pkg> to current directory.\n");
fprintf(stderr, "\tcompare_versions <v1> <op> <v2>\n");
fprintf(stderr, "\t compare versions using <= < > >= = << >>\n");