aboutsummaryrefslogtreecommitdiff
path: root/apps/systemcmds
diff options
context:
space:
mode:
Diffstat (limited to 'apps/systemcmds')
-rw-r--r--apps/systemcmds/eeprom/eeprom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/systemcmds/eeprom/eeprom.c b/apps/systemcmds/eeprom/eeprom.c
index e59cb33e3..20727e764 100644
--- a/apps/systemcmds/eeprom/eeprom.c
+++ b/apps/systemcmds/eeprom/eeprom.c
@@ -99,7 +99,7 @@ int eeprom_main(int argc, char *argv[])
}
}
- errx(1, "expected a command, try 'start'");
+ errx(1, "expected a command, try 'start'\n\t'save_param /eeprom/params'\n\t'load_param /eeprom/params'\n\t'erase'\n");
}