mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-11 21:17:45 +03:00
bin/menuconfig: hardcode program name
This commit is contained in:
parent
7dd821cb05
commit
14c7654ba2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user