]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
Improve help output
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 4 Dec 2013 09:43:18 +0000 (11:43 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 4 Dec 2013 09:43:18 +0000 (11:43 +0200)
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>
aiaiai-diff-log
aiaiai-test-bisectability
aiaiai-test-patchset
doc/README
email/aiaiai-email-lda
jenkins/aiaiai-jenkins-test-patchset

index 87de4033e36e0885bdd698118878e47405009628..cc4a63ce965c3f418504106121e3eac72759a4f4 100755 (executable)
@@ -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.
index 7c253f317ec3c852758e7ee0d0d2caf4adb93bf1..a796797df8a1b3dd8f461473b43e862dbafd9bdf 100755 (executable)
@@ -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
index 7ef44a7099ced9ba6b5d2d303fa0396eb5107a64..122f67c900be3434d9a8623fdc08bd02d0743844 100755 (executable)
@@ -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
index 8139c48593a03d41991f3c42d5c4a9726716bab4..1175f01da4d04c8fff7e6cbea80181d9c4b8a64a 100644 (file)
@@ -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.
 
index e8f793915acdd5766789a2506b51e16c0dd7e5f7..cebe8f54f8220d3ce8095bc3ddcaf5ae50f3686f 100755 (executable)
@@ -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
index fe7306e16476a20e7e787ca2018136c6d306c29b..721cff9507dd222acca0831d5eddc30eff938e6a 100755 (executable)
@@ -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