Fix copy/paste mistake in ETACommand.getLongDesc()

This commit is contained in:
ZacSharp
2020-08-28 01:19:06 +02:00
committed by GitHub
parent d9cecb35cb
commit d29b3ee893

View File

@@ -72,7 +72,7 @@ public class ETACommand extends Command {
"Be aware that the ETA to your goal is really unprecise",
"",
"Usage:",
"> proc - View ETA, if present"
"> eta - View ETA, if present"
);
}
}