You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
378 B
12 lines
378 B
--- a/Tmain/sorted-help-message.d/run.sh 2017-01-10 11:20:51.515093465 +0100 |
|
+++ b/Tmain/sorted-help-message.d/run.sh 2017-01-10 11:17:56.639213720 +0100 |
|
@@ -27,7 +27,7 @@ |
|
extract_long_options() |
|
{ |
|
sed -n '/Usage:/,$p' | \ |
|
- sed -n 's/\(^ --[:alnum:][<>[:alnum:]_-]*\).*/\1/p' |
|
+ sed -n 's/\(^ --[[:alnum:]][<>[:alnum:]_-]*\).*/\1/p' |
|
} |
|
|
|
extract_debug_options() |
|
|
|
|