From 36ab14e12d25ec8277fe44a0f4ebb5402b9df38e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Fri, 24 Apr 2020 20:46:33 +0300 Subject: cam: Rename OptProps to OptListProperties The name OptProps is not very clear, spell it out fully. The command line options are not changed. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi --- src/cam/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cam/main.h') diff --git a/src/cam/main.h b/src/cam/main.h index afcad435..d23c6dfb 100644 --- a/src/cam/main.h +++ b/src/cam/main.h @@ -14,7 +14,7 @@ enum { OptHelp = 'h', OptInfo = 'I', OptList = 'l', - OptProps = 'p', + OptListProperties = 'p', OptStream = 's', }; -- cgit v1.2.1