diff options
| -rw-r--r-- | include/usage.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 3e019718a..0b5c66cc9 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3373,7 +3373,7 @@ USE_FEATURE_RUN_PARTS_FANCY("\n	-l	Prints names of all matching files even when  	USE_FEATURE_STAT_FORMAT( \         "	-c fmt	Use the specified format\n") \         "	-f	Display filesystem status\n" \ -       "	-L,-l	Dereference links\n" \ +       "	-L	Dereference links\n" \         "	-t	Display info in terse form" \  	USE_SELINUX( \         "\n	-Z	Print security context" \  | 
