diff --git a/README.md b/README.md index 5380805..54893f6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # tldr-bash-client -* version 0.38 +* version 0.39 ### Bash client for tldr: community driven man-by-example **A fully-functional [bash](https://tiswww.case.edu/php/chet/bash/bashtop.html) diff --git a/tldr b/tldr index f67aaca..e41bd9d 100755 --- a/tldr +++ b/tldr @@ -1,8 +1,8 @@ #!/usr/bin/env bash set +vx -o pipefail [[ $- = *i* ]] && echo "Don't source this script!" && return 1 -version='0.38' -# tldr-bash-client version 0.38 +version='0.39' +# tldr-bash-client version 0.39 # Bash client for tldr: community driven man-by-example # - forked from Ray Lee, https://github.com/raylee/tldr # - modified and expanded by pepa65: https://github.com/pepa65/tldr-bash-client @@ -55,7 +55,8 @@ Usage(){ $HDE[${HPL}platform$XHPL/]${HCO}command$XHCO: Show page for ${HCO}command$XHCO (from ${HPL}platform$XHPL) - ${HPL}platform$XHPL (optional) one of: ${HPL}common$XHPL, ${HPL}linux$XHPL, ${HPL}osx$XHPL, ${HPL}sunos$XHPL, ${HPL}windows$XHPL, ${HPL}current$XHPL (includes common) + ${HPL}platform$XHPL (optional) one of: ${HPL}common$XHPL, ${HPL}linux$XHPL, ${HPL}osx$XHPL, ${HPL}sunos$XHPL, ${HPL}windows$XHPL, + ${HPL}current$XHPL (includes ${HPL}common$XHPL) ${HOP}option$XHOP is optionally one of: $HOP-s$XHOP, $HOP--search$XHOP ${HFI}regex$XHFI: Search for ${HFI}regex$XHFI in all tldr pages diff --git a/tldr-usage.jpg b/tldr-usage.jpg index a2ab4d5..90ab0df 100644 Binary files a/tldr-usage.jpg and b/tldr-usage.jpg differ