summaryrefslogtreecommitdiffstats
path: root/libopkg/libopkg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/libopkg.c')
-rw-r--r--libopkg/libopkg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopkg/libopkg.c b/libopkg/libopkg.c
index 37770eb..c91b703 100644
--- a/libopkg/libopkg.c
+++ b/libopkg/libopkg.c
@@ -65,6 +65,7 @@ opkg_op (int argc, char *argv[])
!strcmp(cmd_name,"compare_versions") ||
!strcmp(cmd_name,"compare-versions") ||
!strcmp(cmd_name,"list_installed") ||
+ !strcmp(cmd_name,"list-installed") ||
!strcmp(cmd_name,"status") )
args.noreadfeedsfile = 1;