opt_desc_short    667 lib/common/options.c         const char *opt_desc_short = option_list[lpc].description_short;
opt_desc_short    671 lib/common/options.c         CRM_ASSERT((opt_desc_short != NULL) || (opt_desc_long != NULL));
opt_desc_short    673 lib/common/options.c         if (opt_desc_short == NULL) {
opt_desc_short    674 lib/common/options.c             opt_desc_short = opt_desc_long;
opt_desc_short    676 lib/common/options.c             opt_desc_long = opt_desc_short;
opt_desc_short    685 lib/common/options.c         add_desc(s, "shortdesc", opt_desc_short, NULL, "      ");