blob: 1d717182b7ff751a4ca56f608238af13ec3f3208 (
plain)
1
2
3
4
5
6
7
|
--- 109_help_flag.t 2019-01-26 04:38:13.000000000 +0100
+++ 109_help_flag.t 2024-02-13 08:01:12.840097318 +0100
@@ -43 +43 @@
- qr/^usage: (?:[\d\w]+)\Q.t [-?] [long options...]\E.^\t\Q-? --\E(\[no-\])?usage --(\[no-\])?help\s+\QPrints this usage information.\E$/ms,
+ qr/^usage: (?:[\d\w]+)\Q.t [-?] [long options...]\E.^\s+(\Q-? --\E(\[no-\])?usage )?--(\[no-\])?help(\Q (or -?)\E)?\s+Prints ?(.\s+)?\Qthis usage information.\E.(\s+\Qaka --usage\E.)?$/ms,
@@ -50,0 +51 @@
+
|