1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 09:04:01 +03:00
This commit is contained in:
Samuel Dionne-Riel 2018-06-13 02:29:26 +00:00
parent e57a2d401a
commit 7a4b625cf7
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ ROOT = File.join(__dir__, "..")
ENTRY_POINT = File.join(ROOT, "bootimg.nix")
unless ARGV.count == 1 then
echo "Usage: bin/build <device-name>"
puts "Usage: bin/build <device-name>"
exit 1
end

View File

@ -14,7 +14,7 @@ ROOT = File.join(__dir__, "..")
STORE_PATH = File.readlink("result")
unless ARGV.count == 1 then
echo "Usage: bin/remote-boot <hostname>"
puts "Usage: bin/remote-boot <hostname>"
exit 1
end