mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-19 19:28:22 +00:00
Better wording for task run message.
This commit is contained in:
@@ -20,7 +20,7 @@ func aptlyTaskRun(cmd *commander.Command, args []string) error {
|
||||
var text string
|
||||
cmd_args := []string{}
|
||||
|
||||
fmt.Println("One command per line and press enter when finished.")
|
||||
fmt.Println("Please enter one command per line and leave one blank when finished.")
|
||||
|
||||
reader := bufio.NewReader(os.Stdin)
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user