diff --git a/builtin/bundle.c b/builtin/bundle.c index 1b08700bf9..544c78a5f3 100644 --- a/builtin/bundle.c +++ b/builtin/bundle.c @@ -12,13 +12,14 @@ */ #define BUILTIN_BUNDLE_CREATE_USAGE \ - N_("git bundle create [] ") + N_("git bundle create [-q | --quiet | --progress | --all-progress] [--all-progress-implied]\n" \ + " [--version=] ") #define BUILTIN_BUNDLE_VERIFY_USAGE \ - N_("git bundle verify [] ") + N_("git bundle verify [-q | --quiet] ") #define BUILTIN_BUNDLE_LIST_HEADS_USAGE \ N_("git bundle list-heads [...]") #define BUILTIN_BUNDLE_UNBUNDLE_USAGE \ - N_("git bundle unbundle [...]") + N_("git bundle unbundle [--progress] [...]") static char const * const builtin_bundle_usage[] = { BUILTIN_BUNDLE_CREATE_USAGE,