Skip to content

Commit

Permalink
Fix command program name
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Kilbourn <[email protected]>
  • Loading branch information
fredkilbourn committed Feb 5, 2022
1 parent 75a6830 commit 66e1bab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dbg-pack2.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if( path.resolve( process.argv[1] ) === path.resolve( fileURLToPath( import.meta
program
.showHelpAfterError()
.showSuggestionAfterError()
.name( 'npm run dbg-pack2' )
.description( 'Read Daybreak Games pack2 files' );

program.command( 'pack2-extract' )
Expand Down

0 comments on commit 66e1bab

Please sign in to comment.