commands: replace EXPECTED_LESS_THAN with EXPECTED_AT_MOST

This makes it a bit more obvious what the expected number of arguments is.
This commit is contained in:
Ian Fan 2018-10-23 10:40:03 +01:00
parent 000d96e525
commit 9227cb7d67
5 changed files with 7 additions and 7 deletions

View file

@ -40,7 +40,7 @@ struct cmd_results {
enum expected_args {
EXPECTED_AT_LEAST,
EXPECTED_LESS_THAN,
EXPECTED_AT_MOST,
EXPECTED_EQUAL_TO
};