Skip to content

Commit 525cdc1

Browse files
sbhavaniSantosh Bhavani
andauthored
Fix version command in documentation (github#1685)
Co-authored-by: Santosh Bhavani <sb@mac-mini-i7.local>
1 parent 607760e commit 525cdc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ body:
5151
id: version
5252
attributes:
5353
label: Specify CLI Version
54-
description: "Run `specify --version` or `pip show spec-kit`"
54+
description: "Run `specify version` or `pip show spec-kit`"
5555
placeholder: "e.g., 1.3.0"
5656
validations:
5757
required: true

extensions/EXTENSION-USER-GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Extensions are modular packages that add new commands and functionality to Spec
4646
### Check Your Version
4747

4848
```bash
49-
specify --version
49+
specify version
5050
# Should show 0.1.0 or higher
5151
```
5252

0 commit comments

Comments
 (0)