bash: clarify print version example description (#4730)

This commit is contained in:
David Menéndez Negro
2020-10-19 18:50:30 +02:00
committed by GitHub
parent 380e7ac5b2
commit 1ce8ecd6ed
2 changed files with 34 additions and 1 deletions

View File

@@ -28,6 +28,6 @@
`bash -s`
- Print the version information of bash (use `echo $BASH_VERSION` to show just the version string):
- Print the version information of bash (use `echo $BASH_VERSION` to show just the version without license information):
`bash --version`