Add get command to versionepoch help text

This commit is contained in:
Lukas Joswiak 2022-04-28 11:10:05 -04:00
parent df4e0deb4d
commit 475b157310

View File

@ -158,7 +158,7 @@ ACTOR Future<bool> versionEpochCommandActor(Reference<IDatabase> db, Database cx
CommandFactory versionEpochFactory( CommandFactory versionEpochFactory(
"versionepoch", "versionepoch",
CommandHelp("versionepoch [<enable|commit|set|disable> [EPOCH]]", CommandHelp("versionepoch [<enable|commit|get|set|disable> [EPOCH]]",
"Read or write the version epoch", "Read or write the version epoch",
"If no arguments are specified, reports the offset between the expected version " "If no arguments are specified, reports the offset between the expected version "
"and the actual version. Otherwise, enables, disables, or commits the version epoch. " "and the actual version. Otherwise, enables, disables, or commits the version epoch. "