Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
b7cbebe3
Commit
b7cbebe3
authored
Nov 10, 2013
by
Tails developers
Browse files
Fix syntax for displaying usage string in two scripts (Tails#6414).
Thanks to Kill Your TV for the initial patch.
parent
55cade99
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/chroot_local-includes/usr/local/bin/tails-boot-to-kexec
View file @
b7cbebe3
...
...
@@ -22,7 +22,7 @@ case "$1" in
fi
;;
*
)
u
sage
"
$0
kernel|initrd"
echo
"U
sage
:
$0
kernel|initrd"
>
&2
exit
3
esac
...
...
config/chroot_local-includes/usr/local/bin/tails-get-bootinfo
View file @
b7cbebe3
...
...
@@ -24,7 +24,7 @@ case "$1" in
echo
"
${
LIVE_IMAGE_MOUNTPOINT
}${
initrd
}
"
;;
*
)
u
sage
"
$0
kernel|initrd"
echo
"U
sage
:
$0
kernel|initrd"
>
&2
exit
3
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment