diff --git a/src/stellar3.arg_parser.cpp b/src/stellar3.arg_parser.cpp index 3a7f886dc..11e3201e0 100644 --- a/src/stellar3.arg_parser.cpp +++ b/src/stellar3.arg_parser.cpp @@ -76,7 +76,7 @@ void init_parser(sharg::parser & parser, StellarOptions & options) parser.info.description.emplace_back("Kehr, B., Weese, D., Reinert, K.: STELLAR: fast and exact local alignments. BMC Bioinformatics, " "12(Suppl 9):S15, 2011."); - parser.info.examples = {"./valik split --help", "./valik build --help", "./valik search --help", "./valik consolidate --help"}; + parser.info.examples = {"./stellar --help"}; parser.add_positional_option(options.databaseFile, sharg::config{.description = "The database of sequences. "