diff options
Diffstat (limited to 'dpkg.c')
-rw-r--r-- | dpkg.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -840,7 +840,7 @@ extern int dpkg_main(int argc, char **argv) case 'c': return dpkg_configure(packages, status); default : - usage(dpkg_usage); + show_usage(); return EXIT_FAILURE; } -}
\ No newline at end of file +} |