From 77fd54247bc9405d29d8b5d0e224a71d48dac58e Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sun, 15 Feb 2015 11:04:39 -0600 Subject: [PATCH] auto-sync --- firmware/rusefi.cpp | 2 +- firmware/util/cli_registry.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 3509531ea7..fa23965f5e 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -258,5 +258,5 @@ int getRusEfiVersion(void) { return 1; // this is here to make the compiler happy about the unused array if (UNUSED_CCM_SIZE == 0) return 1; // this is here to make the compiler happy about the unused array - return 20150214; + return 20150215; } diff --git a/firmware/util/cli_registry.cpp b/firmware/util/cli_registry.cpp index 1aaf309c35..6fc9df283f 100644 --- a/firmware/util/cli_registry.cpp +++ b/firmware/util/cli_registry.cpp @@ -162,6 +162,7 @@ void helpCommand(void) { scheduleMsg(logging, " %s: %d parameters", current->token, getParameterCount(current->parameterType)); } #endif + scheduleMsg(logging, "For more visit http://rusefi.com/wiki/index.php?title=Manual:Software:dev_console_commands"); } /**