From 2d8f4313357830d1478bd7250c46b7c2bc8b4cda Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 27 Feb 2025 02:51:20 -0500 Subject: listamsb: fix comment. --- listamsb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listamsb.c') diff --git a/listamsb.c b/listamsb.c index c34d435..bc39e1e 100644 --- a/listamsb.c +++ b/listamsb.c @@ -71,7 +71,7 @@ int raw_output = 0; /* -a */ int check_only = 0; /* -c */ int startline = 0; /* -r */ int endline = MAX_LINENO; /* -r */ -int unlock_mode = 0; /* -u */ +int unlock_mode = 0; /* -l */ int locked = 0; int need_pclose = 0; -- cgit v1.2.3