aboutsummaryrefslogtreecommitdiff
path: root/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'update.c')
-rw-r--r--update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.c b/update.c
index 309ce0cbd..2cf4a98b2 100644
--- a/update.c
+++ b/update.c
@@ -64,7 +64,7 @@ extern int update_main(int argc, char **argv)
flush_duration = atoi(optarg);
break;
default:
- usage(update_usage);
+ show_usage();
}
}