opt_desc_short    449 lib/common/options.c         const char *opt_desc_short = option_list[lpc].description_short;
opt_desc_short    453 lib/common/options.c         CRM_ASSERT((opt_desc_short != NULL) || (opt_desc_long != NULL));
opt_desc_short    455 lib/common/options.c         if (opt_desc_short == NULL) {
opt_desc_short    456 lib/common/options.c             opt_desc_short = opt_desc_long;
opt_desc_short    458 lib/common/options.c             opt_desc_long = opt_desc_short;
opt_desc_short    467 lib/common/options.c         add_desc(s, "shortdesc", opt_desc_short, NULL, "      ");