diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-22 11:37:38 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-09-22 11:37:38 +0000 |
commit | 251077488c7f5bc61dff9df4919b82080b37724f (patch) | |
tree | a25b6d0b93eaa23400c977fd8ec4146206f77da6 /kiss | |
parent | b2dd7afec33f2f91d29b2e901a25c8b5b71f9bac (diff) | |
download | cpt-251077488c7f5bc61dff9df4919b82080b37724f.tar.gz |
docs: update
FossilOrigin-Name: 510c1cd5e61d69a8cdab4804bbfb99c2f7cd9dede7ed940b8195db7dca79f8d3
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ contains() { } prompt() { - # As the user for some input. + # Ask the user for some input. log "Continue?: Press Enter to continue or Ctrl+C to abort here" # POSIX 'read' has none of the "nice" options like '-n', '-p' |