Lines Matching defs:help
156 { "help", help_cmd, { "?", "h" },
157 N_("usage: svnsync help [SUBCOMMAND...]\n"
188 {"help", 'h', 0,
189 N_("show help on a subcommand")},
191 N_("show help on a subcommand")},
210 svn_boolean_t help;
2937 /*** `svnsync help' ***/
2940 /* SUBCOMMAND: help */
2948 "Type 'svnsync help <subcommand>' for help on a specific subcommand.\n"
3100 opt_baton.help = TRUE;
3112 if (opt_baton.help)
3114 subcommand = svn_opt_get_canonical_subcommand2(svnsync_cmd_table, "help");
3116 subcommand = svn_opt_get_canonical_subcommand(svnsync_cmd_table, "help");
3125 /* Use the "help" subcommand to handle the "--version" option. */
3192 "Type 'svnsync help %s' for usage.\n"),
3271 /* For argument-related problems, suggest using the 'help'
3277 _("Try 'svnsync help' for more info"));