diff options
| author | Gaetan Gilbert | 2017-04-22 12:55:46 +0200 |
|---|---|---|
| committer | Gaetan Gilbert | 2017-04-27 21:42:01 +0200 |
| commit | b20d52da0d040fe37bb75b0b739ad7686f9af127 (patch) | |
| tree | 6d8612f3a528dab9dd44add1ba26323fd8a41ce7 /toplevel | |
| parent | 4e84e83911c1cf7613a35b921b1e68e097f84b5a (diff) | |
Warning 29: non escaped end of line may be non portable
Diffstat (limited to 'toplevel')
| -rw-r--r-- | toplevel/usage.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/usage.ml b/toplevel/usage.ml index 66f782ffbe..e457ca61d0 100644 --- a/toplevel/usage.ml +++ b/toplevel/usage.ml @@ -83,7 +83,7 @@ let print_usage_channel co command = \n -m, --memory display total heap size at program exit\ \n (use environment variable\ \n OCAML_GC_STATS=\"/tmp/gclog.txt\"\ -\n for full Gc stats dump) +\n for full Gc stats dump)\ \n -native-compiler precompile files for the native_compute machinery\ \n -h, -help, --help print this list of options\ \n"; |
