From 2fbb9284f35ea66a39c1744adc417f346417780c Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Sun, 23 Oct 2022 12:31:29 +0100 Subject: [PATCH] Fix outdated comment relating to -pw. --- cmdline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmdline.c b/cmdline.c index b1bf07fe..1aced283 100644 --- a/cmdline.c +++ b/cmdline.c @@ -78,8 +78,8 @@ void cmdline_cleanup(void) /* * Similar interface to seat_get_userpass_input(), except that here a - * -1 return means that we aren't capable of processing the prompt and - * someone else should do it. + * SPR(K)_INCOMPLETE return means that we aren't capable of processing + * the prompt and someone else should do it. */ SeatPromptResult cmdline_get_passwd_input( prompts_t *p, cmdline_get_passwd_input_state *state, bool restartable)