Skip to content

Commit 5930e59

Browse files
authored
Merge pull request #24 from gpu-mode/fix-profile-msg
Fix: add better profile message
2 parents b9d7994 + f9cbd7d commit 5930e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/submit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl App {
6767
),
6868
SubmissionModeItem::new(
6969
"Profile".to_string(),
70-
"Work in progress...".to_string(),
70+
"Profile is currently supported only via Discord. We'll add this feature to the CLI soon.".to_string(),
7171
"profile".to_string(),
7272
),
7373
];

0 commit comments

Comments
 (0)