# # # patch "cmd_db.cc" # from [283db85d788aa766b9fafd40be93a57b6623bb7c] # to [be31d2ccdf70916b0c86f6314c7aa0c775d08171] # ============================================================ --- cmd_db.cc 283db85d788aa766b9fafd40be93a57b6623bb7c +++ cmd_db.cc be31d2ccdf70916b0c86f6314c7aa0c775d08171 @@ -212,7 +212,7 @@ CMD_HIDDEN(clear_epoch, "clear_epoch", " } CMD_HIDDEN(clear_epoch, "clear_epoch", "", CMD_REF(db), "BRANCH", - N_("Clears the database's epoch"), + N_("Clears the branch's epoch"), "", options::opts::none) { @@ -223,7 +223,7 @@ CMD(db_set_epoch, "set_epoch", "", CMD_R } CMD(db_set_epoch, "set_epoch", "", CMD_REF(db), "BRANCH EPOCH", - N_("Sets the database's epoch"), + N_("Sets the branch's epoch"), "", options::opts::none) {