@@ -15,7 +15,7 @@ const STRINGS = {
1515 } ,
1616 command : {
1717 abort : {
18- description : `What ya mom should've done years ago. Aborts a stuck process.` ,
18+ description : `What ya mom should've done years ago. Abort a stuck process.` ,
1919 action : {
2020 merge : 'Aborted the merge. Conflicts much?' ,
2121 rebase : 'Aborted the rebase. I guess the conflicts were too much for you, hah.' ,
@@ -90,7 +90,7 @@ const STRINGS = {
9090 "Here you go. Hoping you won't need it again, I don't want to clean up the dust on it for you." ,
9191 "Either way, here's the manual, on what you can order me to do." ,
9292 ] ,
93- description : 'Shows the manual, so I can deal with less bullshit from you.' ,
93+ description : 'Show the manual, so I can deal with less bullshit from you.' ,
9494 subcommandsHeader : 'And here are the subcommands.' ,
9595 usagesHeader :
9696 "And here's how to use the command, properly. Remember it, so I don't have to call out your bullshit next time." ,
@@ -110,7 +110,7 @@ const STRINGS = {
110110 chalkTemplateStderr `${ pattern } is already ignored. Can't ignore something twice, can you?` ,
111111 } ,
112112 list : {
113- description : 'Lists your files, and maybe your insecurities.' ,
113+ description : 'List your files, and maybe your insecurities.' ,
114114 noArgs : 'So what do you want me to list exactly?' ,
115115 stagedHeader : "And here are the files you're going to commit. Nice job, I guess." ,
116116 globHeader : ( glob : string [ ] ) => `Filter: ${ glob . join ( ', ' ) } ` ,
@@ -138,7 +138,7 @@ const STRINGS = {
138138 } ,
139139 undo : {
140140 action : ( amount : number ) => `Uncommited the last ${ amount } commits. Stop having commitment issues.` ,
141- description : 'Uncommits your commits because you have commitment issues.' ,
141+ description : 'Uncommit your commits because you have commitment issues.' ,
142142 } ,
143143 unignore : {
144144 description : 'Unignoring your problems now? Good for you.' ,
0 commit comments