about summary refs log tree commit diff
path: root/xe.c
diff options
context:
space:
mode:
Diffstat (limited to 'xe.c')
-rw-r--r--xe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xe.c b/xe.c
index 777f1fd..bd08a68 100644
--- a/xe.c
+++ b/xe.c
@@ -279,7 +279,7 @@ run()
 				if (rd == -1)
 					exit(0);
 
-				if (vflag > 1)
+				if (vflag > 1 || Lflag > 1)
 					printf("%04ld= ", iter);
 				fwrite(line, 1, rd, stdout);
 			};