Skip to content

Commit

Permalink
Update packages/astro/src/core/sync/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Happydev <81974850+MoustaphaDev@users.noreply.github.com>
  • Loading branch information
ematipico and MoustaphaDev committed Mar 4, 2023
1 parent 28fe924 commit b981aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/sync/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function syncCli(
settings: AstroSettings,
{ logging, fs, flags }: { logging: LogOptions; fs: typeof fsMod; flags?: Arguments }
): Promise<ProcessExit> {
if (flags?.help) {
if (flags?.help || flags?.h) {
printHelp({
commandName: 'astro sync',
usage: '[...flags]',
Expand Down

0 comments on commit b981aa4

Please sign in to comment.