about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-07-01 15:40:16 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-07-01 15:42:26 +0200
commit8be1e44cea64ca8bebfea38fb37641ea6bae60b7 (patch)
treeb7b736025e68f7ae9e2e0bd68e4daf2e8a2c994e /src
parentec7e635e752bdfef851fd177596c1d73d97afb42 (diff)
downloadprofani-tty-8be1e44cea64ca8bebfea38fb37641ea6bae60b7.tar.gz
Adjust `/executable` test to be more precise
Diffstat (limited to 'src')
-rw-r--r--src/ui/console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 587f7e48..759d6af3 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -2067,7 +2067,7 @@ void
 cons_executable_setting(void)
 {
     char *avatar = prefs_get_string(PREF_AVATAR_CMD);
-    cons_show("'/avatar' command (/executable avatar)                                   : %s", avatar);
+    cons_show("Default '/avatar open' command (/executable avatar)                      : %s", avatar);
     prefs_free_string(avatar);
 
     char **urlopen = prefs_get_string_list_with_option(PREF_URL_OPEN_CMD, "");