Skip to content

Commit f751855

Browse files
committed
normalize usage text for BASHLY_SOURCE_DIR
1 parent a98e758 commit f751855

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/bashly/commands/add.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Add < Base
1818
command "colors", "Add standard functions for printing colorful and formatted text to the lib directory."
1919
command "yaml", "Add standard functions for reading YAML files to the lib directory."
2020

21-
environment "BASHLY_SOURCE_DIR", "The path to use for creating the configuration file [default: src]"
21+
environment "BASHLY_SOURCE_DIR", "The path containing the bashly configuration and source files [default: src]"
2222

2323
def strings_command
2424
safe_copy asset("templates/strings.yml"), "#{Settings.source_dir}/bashly-strings.yml"

lib/bashly/commands/generate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Generate < Base
88

99
option "-f --force", "Overwrite existing files"
1010

11-
environment "BASHLY_SOURCE_DIR", "The path to use for creating the configuration file [default: src]"
11+
environment "BASHLY_SOURCE_DIR", "The path containing the bashly configuration and source files [default: src]"
1212
environment "BASHLY_TARGET_DIR", "The path to use for creating the bash script [default: .]"
1313

1414
def run

spec/approvals/cli/add/help

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Options:
3636

3737
Environment Variables:
3838
BASHLY_SOURCE_DIR
39-
The path to use for creating the configuration file [default: src]
39+
The path containing the bashly configuration and source files [default: src]

spec/approvals/cli/generate/help

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Options:
1313

1414
Environment Variables:
1515
BASHLY_SOURCE_DIR
16-
The path to use for creating the configuration file [default: src]
16+
The path containing the bashly configuration and source files [default: src]
1717

1818
BASHLY_TARGET_DIR
1919
The path to use for creating the bash script [default: .]

0 commit comments

Comments
 (0)