1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-15 19:23:01 +03:00

bin/kernel-normalize-config: hardcode program name

This commit is contained in:
Samuel Dionne-Riel 2020-10-09 20:25:52 -04:00
parent a047bdda03
commit 7dd821cb05

View File

@ -13,7 +13,7 @@ require "shellwords"
ROOT = File.join(__dir__, "..")
def usage()
puts "Usage: #{$PROGRAM_NAME} <device_name>"
puts "Usage: bin/kernel-normalize-config <device_name>"
end
# Poor approximation to arguments parsing.