From 89942f1cd7ee7ea0e94444a4be34b30d15be8be7 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 22 Oct 2014 00:06:01 +0200 Subject: [PATCH] Improve --exiton doc --- README.md | 3 ++- novaboot | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eb34bf..904c8d6 100644 --- a/README.md +++ b/README.md @@ -466,7 +466,8 @@ interactive work with the target. - --exiton=_string_ When _string_ is sent by the target, novaboot exits. This option can - be specified multiple times. + be specified multiple times, in which case novaboot exits whenever + either of the specified strings is sent. If _string_ is `-re`, then the next **--exiton**'s _string_ is treated as regular expression. For example: diff --git a/novaboot b/novaboot index db7d790..63bc0e0 100755 --- a/novaboot +++ b/novaboot @@ -1633,7 +1633,8 @@ interactive work with the target. =item --exiton=I When I is sent by the target, novaboot exits. This option can -be specified multiple times. +be specified multiple times, in which case novaboot exits whenever +either of the specified strings is sent. If I is C<-re>, then the next B<--exiton>'s I is treated as regular expression. For example: -- 2.39.2