Skip to content

Commit 13f9db6

Browse files
authored
fix(cli): lowercase docx in help text (#1928)
1 parent 8f8c7ba commit 13f9db6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { type ReplaceResult, replace } from './commands/replace';
66
import { type SearchResult, search } from './commands/search';
77

88
const HELP = `
9-
superdoc - DOCX editing in your terminal
9+
superdoc - docx editing in your terminal
1010
1111
Commands:
1212
search <pattern> <files...> Find text across documents

0 commit comments

Comments
 (0)