From e88ff8d6f932b2113c1f985020961f8fffe960f3 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Wed, 23 Aug 2017 15:20:30 -0400 Subject: [PATCH] correct embedded help for GPU lib Install.py --- lib/gpu/Install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gpu/Install.py b/lib/gpu/Install.py index 6ea2159de5..13d7ad157e 100644 --- a/lib/gpu/Install.py +++ b/lib/gpu/Install.py @@ -9,8 +9,8 @@ import sys,os,subprocess # help message help = """ -Syntax from src dir: make lib-gpu args="-m machine -h hdir -a arch -p precision -e esuffix -m -o osuffix" -Syntax from lib dir: python Install.py -m machine -h hdir -a arch -p precision -e esuffix -m -o osuffix +Syntax from src dir: make lib-gpu args="-m machine -h hdir -a arch -p precision -e esuffix -b -o osuffix" +Syntax from lib dir: python Install.py -m machine -h hdir -a arch -p precision -e esuffix -b -o osuffix specify one or more options, order does not matter -- GitLab