diff options
Diffstat (limited to 'update.c')
-rw-r--r-- | update.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ extern int update_main(int argc, char **argv) flush_duration = atoi(optarg); break; default: - usage(update_usage); + show_usage(); } } |