File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
122122npx staticvault version
Original file line number Diff line number Diff 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}
990990async function promptPassword ( prompt = "Password: " ) {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments