summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2013-12-04 11:43:18 +0200
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2013-12-04 11:43:18 +0200
commitaf006b38ffd59c5fc829c56dcf66c31fee04379e (patch)
tree21798bfaedd85917ac0d9a44699f717764c9de42
parenteea484b7901112084cec144e7ae0c8211f9b7c69 (diff)
downloadaiaiai-af006b38ffd59c5fc829c56dcf66c31fee04379e.tar.gz
Improve help output
This is a cosmetic patch. It changes globally: s/working directory/work directory/ And it fixes the bogus 'aiaiai-diff-log' help output. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rwxr-xr-xaiaiai-diff-log9
-rwxr-xr-xaiaiai-test-bisectability2
-rwxr-xr-xaiaiai-test-patchset2
-rw-r--r--doc/README2
-rwxr-xr-xemail/aiaiai-email-lda4
-rwxr-xr-xjenkins/aiaiai-jenkins-test-patchset2
6 files changed, 10 insertions, 11 deletions
diff --git a/aiaiai-diff-log b/aiaiai-diff-log
index 87de403..cc4a63c 100755
--- a/aiaiai-diff-log
+++ b/aiaiai-diff-log
@@ -24,14 +24,13 @@ Usage: $PROG [options] <patch> <log_before> <log_after>
Compare 2 kernel build logs - before and after <patch> was applied.
-<patch> - the difference between the 2 built kernels
-<log_before> - build log before <patch> was applied
+<patch> - the patch which was applied to the "before" kernel
+<log_before> - build log before <patch> was applied
<log_after> - build log after <patch> was applied
Options:
- -w, --workdir=WDIR path to the working directory where the kernel will
- be built (default: a temporary directory is created
- using mktemp);
+ -w, --workdir=WDIR path to the work directory (default: a temporary
+ directory is created using mktemp);
-p, --preserve preserve all the temporary files - do not clean up;
-v, --verbose be verbose;
-h, --help show this text and exit.
diff --git a/aiaiai-test-bisectability b/aiaiai-test-bisectability
index 7c253f3..a796797 100755
--- a/aiaiai-test-bisectability
+++ b/aiaiai-test-bisectability
@@ -62,7 +62,7 @@ Options:
the <kernel-tree>; this option makes it possible to use
a stand-alone defconfig file instead;
-i, --input=MBOX use the MBOX file instead of stdin;
- -w, --workdir=WDIR path to the working directory where the kernel will
+ -w, --workdir=WDIR path to the work directory where the kernel will
be built (default: a temporary directory is created
using mktemp);
-M, --kmake-opts additional options to append to the final kernel
diff --git a/aiaiai-test-patchset b/aiaiai-test-patchset
index 7ef44a7..122f67c 100755
--- a/aiaiai-test-patchset
+++ b/aiaiai-test-patchset
@@ -56,7 +56,7 @@ Options:
-c, --commit-id=ID the commit id to test against (default is the head of
the git tree (HEAD));
-i, --input=MBOX use the MBOX file instead of stdin;
- -w, --workdir=WDIR path to the working directory where the kernel will
+ -w, --workdir=WDIR path to the work directory where the kernel will
be built (default: a temporary directory is created
using mktemp);
--logdir=LOGDIR build logs will be put to this directory (by default
diff --git a/doc/README b/doc/README
index 8139c48..1175f01 100644
--- a/doc/README
+++ b/doc/README
@@ -46,7 +46,7 @@ Let's briefly review the contents of the repository.
This is Aiaiai's local delivery agent script which receives the incoming
emails from the mail server (via a pipe), procesess them (drops all e-mails
which do not start with [PATCH*], detects and collects patch-sets), and
- puts them to the "queue" sub-directory of the working directory. This
+ puts them to the "queue" sub-directory of the work directory. This
should, in turn, wake up the "aiaiai-email-dispatcher" script which will
take further care of the patch or patch-set.
diff --git a/email/aiaiai-email-lda b/email/aiaiai-email-lda
index e8f7939..cebe8f5 100755
--- a/email/aiaiai-email-lda
+++ b/email/aiaiai-email-lda
@@ -36,8 +36,8 @@ subject, etc), it sends an e-mail notifications back. The "<config.ini>" file
is required for extracting basic information for sending the notifications (own
e-mail address, etc).
-<workdir> - the working directory.
-<cfgfile.ini> - the configuration file.
+<workdir> - the work directory
+<cfgfile.ini> - the configuration file
Options:
--reap-archive=MIN remove all files created earlier than MIN
diff --git a/jenkins/aiaiai-jenkins-test-patchset b/jenkins/aiaiai-jenkins-test-patchset
index fe7306e..721cff9 100755
--- a/jenkins/aiaiai-jenkins-test-patchset
+++ b/jenkins/aiaiai-jenkins-test-patchset
@@ -34,7 +34,7 @@ for 'aiaiai-test-patchset'.
Options:
-j, --jobs=N allow to run N jobs simultaneously (default is 1);
- -w, --workdir=WDIR path to the working directory where the kernel will
+ -w, --workdir=WDIR path to the work directory where the kernel will
be built (default: a temporary directory is created
using mktemp);
--logdir=LOGDIR build logs will be put to this directory (by default