From 8555aa0aa388f1f94fe2dd7b7621837f46e60939 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Wed, 29 Aug 2018 15:55:16 -0400 Subject: [PATCH] Getting Started: Capitalize "CPU" for consistency --- doc/src/manual/getting-started.md | 2 +- src/jloptions.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/manual/getting-started.md b/doc/src/manual/getting-started.md index b41eab692e6e1..b648cf8699470 100644 --- a/doc/src/manual/getting-started.md +++ b/doc/src/manual/getting-started.md @@ -111,7 +111,7 @@ julia [switches] -- [programfile] [args...] |`--history-file={yes\|no}` |Load or save history| |`--depwarn={yes\|no\|error}` |Enable or disable syntax and method deprecation warnings (`error` turns warnings into errors)| |`--warn-overwrite={yes\|no}` |Enable or disable method overwrite warnings| -|`-C`, `--cpu-target ` |Limit usage of cpu features up to ; set to `help` to see the available options| +|`-C`, `--cpu-target ` |Limit usage of CPU features up to ``; set to `help` to see the available options| |`-O`, `--optimize={0,1,2,3}` |Set the optimization level (default level is 2 if unspecified or 3 if used without a level)| |`-g`, `-g ` |Enable / Set the level of debug info generation (default level is 1 if unspecified or 2 if used without a level)| |`--inline={yes\|no}` |Control whether inlining is permitted, including overriding `@inline` declarations| diff --git a/src/jloptions.c b/src/jloptions.c index 8f885179601f3..83c5121a5bff5 100644 --- a/src/jloptions.c +++ b/src/jloptions.c @@ -110,7 +110,7 @@ static const char opts[] = // code generation options //" --compile={yes|no|all|min}Enable or disable JIT compiler, or request exhaustive compilation\n" - " -C, --cpu-target Limit usage of cpu features up to ; set to \"help\" to see the available options\n" + " -C, --cpu-target Limit usage of CPU features up to ; set to \"help\" to see the available options\n" " -O, --optimize={0,1,2,3} Set the optimization level (default level is 2 if unspecified or 3 if used without a level)\n" " -g, -g Enable / Set the level of debug info generation" #ifdef JL_DEBUG_BUILD