From 1803451df7244a9dfb3eb0ba3cd3bb9d49d71e3e 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/hip commit: 7cc7f8871787f0a315ff60a0534cd6beaa8006ac] --- projects/hip/bin/hipconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/bin/hipconfig b/projects/hip/bin/hipconfig index f283ac05d6..db53d6014e 100755 --- a/projects/hip/bin/hipconfig +++ b/projects/hip/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";