Tweak --debug-symbols description.
This commit is contained in:
parent
2c829380b5
commit
04ff6a18f4
@ -93,8 +93,7 @@ module Homebrew
|
||||
}],
|
||||
[:switch, "--debug-symbols", {
|
||||
depends_on: "--build-from-source",
|
||||
description: "Generate debug symbols on build. Source will be retained in a temporary directory. " \
|
||||
"(see --keep-tmp)",
|
||||
description: "Generate debug symbols on build. Source will be retained in a cache directory. ",
|
||||
}],
|
||||
[:switch, "--build-bottle", {
|
||||
description: "Prepare the formula for eventual bottling during installation, skipping any " \
|
||||
|
||||
@ -59,8 +59,7 @@ module Homebrew
|
||||
}],
|
||||
[:switch, "--debug-symbols", {
|
||||
depends_on: "--build-from-source",
|
||||
description: "Generate debug symbols on build. Source will be retained in a temporary directory. " \
|
||||
"(see --keep-tmp)",
|
||||
description: "Generate debug symbols on build. Source will be retained in a cache directory. ",
|
||||
}],
|
||||
[:switch, "--display-times", {
|
||||
env: :display_install_times,
|
||||
|
||||
@ -70,8 +70,7 @@ module Homebrew
|
||||
}],
|
||||
[:switch, "--debug-symbols", {
|
||||
depends_on: "--build-from-source",
|
||||
description: "Generate debug symbols on build. Source will be retained in a temporary directory. " \
|
||||
"(see --keep-tmp)",
|
||||
description: "Generate debug symbols on build. Source will be retained in a cache directory. ",
|
||||
}],
|
||||
[:switch, "--display-times", {
|
||||
env: :display_install_times,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user