Skip to content

Commit d62b7b2

Browse files
committed
Tweaked command descriptions.
1 parent 8331f05 commit d62b7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/valet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
Configuration::updateKey('fallback', $path ?: getcwd());
274274

275275
info('Your Valet fallback path has been updated to '.($path === null ? 'the current directory' : "[{$path}]").'.');
276-
})->descriptions('Set the current working (or specified) directory as the fallback path for uncaught urls');
276+
})->descriptions('Set the current working (or specified) directory as the fallback site path for uncaught urls');
277277

278278
/**
279279
* Removes the fallback site path used by Valet.
@@ -282,7 +282,7 @@
282282
Configuration::updateKey('fallback', null);
283283

284284
info('Your Valet fallback path has been removed.');
285-
})->descriptions('Remove the fallback site path used for uncaught urls');
285+
})->descriptions('Remove the fallback site path for uncaught urls');
286286
}
287287

288288
/**

0 commit comments

Comments
 (0)