From 8efbd4bf1b757f0a72268fb5768d7c19c191f863 Mon Sep 17 00:00:00 2001 From: tec <tec@ucc.gu.uwa.edu.au> Date: Fri, 27 Mar 2020 16:52:23 +0800 Subject: [PATCH] Wow, so many little forgotten things --- src/user_management.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user_management.rs b/src/user_management.rs index 692376c..051f7a2 100644 --- a/src/user_management.rs +++ b/src/user_management.rs @@ -305,7 +305,7 @@ impl Commands { "git" => "A url to your git{hub,lab} account", "photo" => "A url to a profile photo online", "web" => "A url to your website/webpage", - "web" => "Your degree title", + "study" => "Your degree title", _ => "Whatever you want, because this does absolutely nothing.", } ), -- GitLab