Skip to content

Commit b2e7d36

Browse files
committed
fix(cli): normalize dash in help text
1 parent 9e57883 commit b2e7d36

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)