diff --git a/src/bin/pgbench/pgbench.c b/src/bin/pgbench/pgbench.c
index 508ed218e8..a39ca7dcb5 100644
--- a/src/bin/pgbench/pgbench.c
+++ b/src/bin/pgbench/pgbench.c
@@ -876,7 +876,14 @@ usage(void)
 		   "\nInitialization options:\n"
 		   "  -i, --initialize         invokes initialization mode\n"
 		   "  -I, --init-steps=[" ALL_INIT_STEPS "]+ (default \"" DEFAULT_INIT_STEPS "\")\n"
-		   "                           run selected initialization steps\n"
+		   "                           run selected initialization steps, in the specified order\n"
+		   "                           d: Drop any existing pgbench tables\n"
+		   "                           t: Create the tables used by the standard pgbench scenario\n"
+		   "                           g: Generate data, client-side\n"
+		   "                           G: Generate data, server-side\n"
+		   "                           v: Invoke VACUUM on the standard tables\n"
+		   "                           p: Create primary key indexes on the standard tables\n"
+		   "                           f: Create foreign key constraints between the standard tables\n"
 		   "  -F, --fillfactor=NUM     set fill factor\n"
 		   "  -n, --no-vacuum          do not run VACUUM during initialization\n"
 		   "  -q, --quiet              quiet logging (one message each 5 seconds)\n"
