Skip to content

Commit

Permalink
chore: Update default output directory to "artifacts"
Browse files Browse the repository at this point in the history
  • Loading branch information
oxince committed Aug 28, 2024
1 parent 5fcbd7f commit 5216045
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Download server artifacts quickly and easily for [FiveM Servers](https://fivem.n

| Usage | Description |
| ---------------------------- | ----------------------------------------------------------- |
| `fivem-pkg -o <destination>` | Output directory (default: fivem) |
| `fivem-pkg -o <destination>` | Output directory (default: artifacts) |
| `fivem-pkg -v <version>` | Branch to download (options: recommended, optional, latest) |

## How to install?
Expand Down
2 changes: 1 addition & 1 deletion bin/fivem-pkg.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const fileName = config.os === 'win32' ? 'server.7z' : 'fx.tar.xz';
if (options.help) {
console.log(`Usage: ${chalk.yellow('fivem-pkg')} [options]`);
console.log('Options:');
console.log(' -o, --output <dir> Output directory (default: fivem)');
console.log(' -o, --output <dir> Output directory (default: artifacts)');
console.log(' -b, --branch <ver> Branch to download (options: recommended, optional, latest)');
process.exit(0);
}
Expand Down

0 comments on commit 5216045

Please sign in to comment.