summaryrefslogtreecommitdiffstats
path: root/src/args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/args.rs')
-rw-r--r--src/args.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/args.rs b/src/args.rs
index dcdc6e98..9d3cccca 100644
--- a/src/args.rs
+++ b/src/args.rs
@@ -464,10 +464,10 @@ use CPU (3) as the default instead.
},
#[cfg(feature = "gpu")]
{
- Arg::new("enable_gpu_memory")
- .long("enable_gpu_memory")
+ Arg::new("enable_gpu")
+ .long("enable_gpu")
.action(ArgAction::SetTrue)
- .help("Enable collecting and displaying GPU memory usage.")
+ .help("Enable collecting and displaying GPU usage.")
},
#[cfg(not(target_os = "windows"))]
{