From 58c1b52494f42485ac48244bf3fc6c70e9a50d84 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Fri, 19 Jul 2024 19:46:03 +0000 Subject: [PATCH] typos --- xprof/xprof.rb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xprof/xprof.rb.in b/xprof/xprof.rb.in index b6a036bf..c8cdb6a1 100755 --- a/xprof/xprof.rb.in +++ b/xprof/xprof.rb.in @@ -773,7 +773,7 @@ if __FILE__ == $PROGRAM_NAME parser.on('-b', '--backends BACKENDS', Array, "Select which and how backends' need to handled.", 'Format: backend_name[:backend_level],...', default: ['omp:2', 'cl:1', 'ze:1', 'cuda:1', 'hip:1']) - parser.on('--[no-]archive', 'Trigger for ardhive support', default: false) + parser.on('--[no-]archive', 'Trigger for archive support', default: false) # Analysis parser.on('-r', '--replay [PATH]', 'Replay traces for post-mortem analysis.',