case: update description (#10580)

pull/23/head
Managor 2023-08-04 10:12:13 +03:00 committed by GitHub
parent 31ed78664d
commit 733eced5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# case
> Branch based on the value of an expression.
> More information: <https://manned.org/case>.
> Bash builtin construct for creating multi-choice conditional statements.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-case>.
- Match a variable against string literals to decide which command to run: