Skip to content

Commit ab026d2

Browse files
committed
fix: cli path error
1 parent 18f2420 commit ab026d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const cliOptions = [
1919
{
2020
option: '--data <data>',
2121
description: 'The specific data position path',
22-
defaultValue: '(use inner data)',
22+
defaultValue: '',
2323
usage: `htttp-server --data ./data/data.json`,
2424
},
2525
];

0 commit comments

Comments
 (0)