all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 8773237cc7865d82dce38d932298590763a75a79 1173 bytes (raw)
name: gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
Change program name in usage: use dashes instead of underscore.

Not pushed upstream since the official name is using underscores.

---
 teensy_loader_cli.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/teensy_loader_cli.c b/teensy_loader_cli.c
index 0a06209..049954e 100644
--- a/teensy_loader_cli.c
+++ b/teensy_loader_cli.c
@@ -37,7 +37,7 @@ void usage(const char *err)
 {
 	if(err != NULL) fprintf(stderr, "%s\n\n", err);
 	fprintf(stderr,
-		"Usage: teensy_loader_cli --mcu=<MCU> [-h] [-w] [-n] [-b] [-v] <file.hex>\n"
+		"Usage: teensy-loader-cli --mcu=<MCU> [-h] [-w] [-n] [-b] [-v] <file.hex>\n"
 		"\t-h : Print this help message\n"
 		"\t-w : Wait for device to appear\n"
 		"\t-r : Use hard reboot if device not online\n"
@@ -45,7 +45,7 @@ void usage(const char *err)
 		"\t-n : No reboot after programming\n"
 		"\t-b : Boot only, do not program\n"
 		"\t-v : Verbose output\n"
-		"\nUse `teensy_loader_cli --list-mcus` to list supported MCUs.\n"
+		"\nUse `teensy-loader-cli --list-mcus` to list supported MCUs.\n"
 		"\nFor more information, please visit:\n"
 		"http://www.pjrc.com/teensy/loader_cli.html\n");
 	exit(1);
-- 
2.7.4


debug log:

solving 8773237 ...
found 8773237 in https://yhetil.org/guix/1465938855-15618-2-git-send-email-h.goebel@crazy-compilers.com/ ||
	https://yhetil.org/guix/1465903146-7061-1-git-send-email-h.goebel@crazy-compilers.com/

applying [1/1] https://yhetil.org/guix/1465938855-15618-2-git-send-email-h.goebel@crazy-compilers.com/
diff --git a/gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch b/gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch
new file mode 100644
index 0000000..8773237

1:21: space before tab in indent.
 	if(err != NULL) fprintf(stderr, "%s\n\n", err);
1:22: space before tab in indent.
 	fprintf(stderr,
1:25: space before tab in indent.
 		"\t-h : Print this help message\n"
1:26: space before tab in indent.
 		"\t-w : Wait for device to appear\n"
1:27: space before tab in indent.
 		"\t-r : Use hard reboot if device not online\n"
Checking patch gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch...
Applied patch gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch cleanly.
warning: squelched 8 whitespace errors
warning: 13 lines add whitespace errors.

skipping https://yhetil.org/guix/1465903146-7061-1-git-send-email-h.goebel@crazy-compilers.com/ for 8773237
index at:
100644 8773237cc7865d82dce38d932298590763a75a79	gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.