summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-10-28 15:25:52 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-10-28 15:48:06 +0100
commit161ed79aac7e6ceb24a322dc2fb2837a67ba6b29 (patch)
treec245746cab8fc62dfe3e388598bfbca5310e8203 /bin
parent8f94e46cec43753c0c68a6ee090b41d369b61e03 (diff)
downloadptxdist-161ed79aac7e6ceb24a322dc2fb2837a67ba6b29.tar.gz
ptxdist-161ed79aac7e6ceb24a322dc2fb2837a67ba6b29.tar.xz
ptxdist: accept the long option --keep-going
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ptxdist4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 9045f1419..a6a1f36d1 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -909,7 +909,7 @@ Options:
--nice=<n>, -n<n> run with reduced scheduling priority (i.e. nice)
(default = 10)
- -k keep going. Continue as much as possible
+ --keep-going, -k keep going. Continue as much as possible
after an error.
--git use git to apply patches
@@ -1139,7 +1139,7 @@ parse_first()
-v|--verbose)
PTXDIST_VERBOSE=1
;;
- -k)
+ -k|--keep-going)
PTX_MAKE_ARGS[${#PTX_MAKE_ARGS[@]}]="-k"
;;
-p|--pedantic)