From: Serhiy Storchaka Date: Wed, 30 Dec 2015 07:28:48 +0000 (+0200) Subject: Fixed formatting comman-line usage message. X-Git-Tag: v3.6.0a1~838 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5c7fc7a8e9baabcf2fee828083724548a11bf94;p=thirdparty%2FPython%2Fcpython.git Fixed formatting comman-line usage message. --- b5c7fc7a8e9baabcf2fee828083724548a11bf94 diff --cc Modules/main.c index 35d07fde6eb6,e4c955e011db..ee129a50f57b --- a/Modules/main.c +++ b/Modules/main.c @@@ -85,11 -85,11 +85,11 @@@ file : program read from script file\ arg ...: arguments passed to program in sys.argv[1:]\n\n\ Other environment variables:\n\ PYTHONSTARTUP: file executed on interactive startup (no default)\n\ - PYTHONPATH : '%c'-separated list of directories prefixed to the\n\ + PYTHONPATH : '%lc'-separated list of directories prefixed to the\n\ default module search path. The result is sys.path.\n\ "; -static char *usage_5 = +static const char usage_5[] = - "PYTHONHOME : alternate directory (or %c).\n" + "PYTHONHOME : alternate directory (or %lc).\n" " The default module search path uses %s.\n" "PYTHONCASEOK : ignore case in 'import' statements (Windows).\n" "PYTHONIOENCODING: Encoding[:errors] used for stdin/stdout/stderr.\n"