diff --git a/main.cpp b/main.cpp index c4bba3bc6..48335752e 100644 --- a/main.cpp +++ b/main.cpp @@ -896,7 +896,9 @@ int main(int argc, char ** argv) { if (params.interactive) { fprintf(stderr, "== Running in interactive mode. ==\n" +#if defined (__unix__) || (defined (__APPLE__) && defined (__MACH__)) || defined (_WIN32) " - Press Ctrl+C to interject at any time.\n" +#endif " - Press Return to return control to LLaMa.\n" " - If you want to submit another line, end your input in '\\'.\n"); }