From 635927bbce0f44bcd5978822ef08950936805436 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 4 Mar 2014 08:39:47 +0000 Subject: [PATCH] unix: Add to usage print-out telling about -X option. --- unix/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/main.c b/unix/main.c index 32f3210c81..fb0a6ecf07 100644 --- a/unix/main.c +++ b/unix/main.c @@ -209,7 +209,7 @@ mp_obj_t test_obj_new(int value) { } int usage(void) { - printf("usage: py [-c ] []\n"); + printf("usage: py [-c ] [-X ] []\n"); return 1; }