From 4df8743f8464fe1012a1a5edb4ddae1293282c23 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 9 Feb 2016 11:51:26 +0530 Subject: [PATCH] which_hip -> hipconfig [ROCm/clr commit: f8bfc7f54c1d0a93ca5fed7cb9903f93b946048a] --- projects/clr/hipamd/bin/hipconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/bin/hipconfig b/projects/clr/hipamd/bin/hipconfig index f283ac05d6..db53d6014e 100755 --- a/projects/clr/hipamd/bin/hipconfig +++ b/projects/clr/hipamd/bin/hipconfig @@ -19,7 +19,7 @@ GetOptions( ); if ($p_help) { - print "usage: which_hip [OPTIONS]\n"; + print "usage: hipconfig [OPTIONS]\n"; print " --path, -p : print HIP_PATH (use env var if set, else determine from hipconfig path)\n"; print " --cpp_config, -C : print C++ compiler options\n"; print " --compiler, -c : print compiler (hcc or nvcc)\n";