1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 12:05:26 +03:00

bin/menuconfig: hardcode program name

This commit is contained in:
Samuel Dionne-Riel 2020-10-09 20:26:03 -04:00
parent 7dd821cb05
commit 14c7654ba2

View File

@ -5,7 +5,7 @@ require "shellwords"
ROOT = File.join(__dir__, "..")
def usage()
puts "Usage: #{$PROGRAM_NAME} [--only-save] <device_name>"
puts "Usage: bin/menuconfig [--only-save] <device_name>"
end
# Poor approximation to arguments parsing.