Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tails
tails
Commits
b7cbebe3
Commit
b7cbebe3
authored
Nov 10, 2013
by
Tails developers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
config/chroot_local-includes/usr/local/bin/tails-boot-to-kexec
...g/chroot_local-includes/usr/local/bin/tails-boot-to-kexec
+1
-1
config/chroot_local-includes/usr/local/bin/tails-get-bootinfo
...ig/chroot_local-includes/usr/local/bin/tails-get-bootinfo
+1
-1
No files found.
config/chroot_local-includes/usr/local/bin/tails-boot-to-kexec
View file @
b7cbebe3
...
@@ -22,7 +22,7 @@ case "$1" in
...
@@ -22,7 +22,7 @@ case "$1" in
fi
fi
;;
;;
*
)
*
)
u
sage
"
$0
kernel|initrd"
echo
"U
sage
:
$0
kernel|initrd"
>
&2
exit
3
exit
3
esac
esac
...
...
config/chroot_local-includes/usr/local/bin/tails-get-bootinfo
View file @
b7cbebe3
...
@@ -24,7 +24,7 @@ case "$1" in
...
@@ -24,7 +24,7 @@ case "$1" in
echo
"
${
LIVE_IMAGE_MOUNTPOINT
}${
initrd
}
"
echo
"
${
LIVE_IMAGE_MOUNTPOINT
}${
initrd
}
"
;;
;;
*
)
*
)
u
sage
"
$0
kernel|initrd"
echo
"U
sage
:
$0
kernel|initrd"
>
&2
exit
3
exit
3
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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