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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"
);
}
}