From 80ed35866e41bb98724c6862b19370336679e026 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 20 Nov 2022 22:51:14 +0100 Subject: [PATCH] * src/emacs.c (usage_message): Add missing --init-directory entry --- src/emacs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/emacs.c b/src/emacs.c index 105539aa192..cc64050867a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -295,6 +295,7 @@ Initialization options:\n\ --no-site-lisp, -nsl do not add site-lisp directories to load-path\n\ --no-splash do not display a splash screen on startup\n\ --no-window-system, -nw do not communicate with X, ignoring $DISPLAY\n\ +--init-directory=DIR use DIR to when looking for the Emacs init files.\n\ ", "\ --quick, -Q equivalent to:\n\ -- 2.39.2