Skip to content

Commit 4341207

Browse files
committed
tweak
1 parent e98adbb commit 4341207

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ npx staticvault tree <vault> [-p password]
116116

117117
## `version`
118118

119-
Output version
119+
Output version.
120120

121121
```bash
122122
npx staticvault version

dist/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ Current command:`);
984984
console.log(`
985985
- version
986986
987-
Output version of staticvault`);
987+
Output version of staticvault.`);
988988
}
989989
}
990990
async function promptPassword(prompt = "Password: ") {

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function printUsage(filter?: string) {
108108
console.log(`
109109
- version
110110
111-
Output version of staticvault`);
111+
Output version of staticvault.`);
112112
}
113113
}
114114

0 commit comments

Comments
 (0)